Shades of Cold Purple #9683CC
Tints of Cold Purple #9683CC
RGB
CMYK
RGB Variations
Color information
#9683CC (or 0x9683CC) is known color: Cold Purple. HEX triplet: 96, 83 and CC. RGB value is (150,131,204). Sum of RGB (Red+Green+Blue) = 150+131+204=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #9683CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9683CC is #697C33. Grayscale: #909090. Windows color (decimal): -6913076 or 13403030. OLE color: 13403030.
HSL color Cylindrical-coordinate representation of color #9683CC: hue angle of 255.62º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9683CC is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 131 | 204 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.2 |
| HSL | 255.62º | 0.42% | 0.66% | - |
| HSV(B) | 255.62º | 0.36% | 0.8% | - |
| XYZ | 31.59 | 27.08 | 60.69 | - |
| YUV | 145 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 204 | 0.26 | 0.36 | 0 | 0.2 | 255.62 | 0.42 | 0.66 |
| Hex | 96 | 83 | CC | 1A | 24 | 0 | 14 | 100 | 2A | 42 |
| Octal | 226 | 203 | 314 | 32 | 44 | 0 | 24 | 400 | 52 | 102 |
| Binary | 10010110 | 10000011 | 11001100 | 11010 | 100100 | 0 | 10100 | 100000000 | 101010 | 1000010 |
Color Harmonies of #9683CC
Complementary color
Monochromatic Colors of #9683CC
Black with #9683CC
Text Example
Text Example
White with #9683CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9683CC; }
p { color: rgb(150,131,204); }
H1.HeaderClassName
{
color: #9683CC;
}
.AnyTagClassName
{
color: #9683CC;
}
</style>
background-color css
<style>
a { background-color: #9683CC; }
a { background-color: rgb(150,131,204); }
div.DivClassName
{
background-color: #9683CC;
}
.BgClassName
{
background-color: #9683CC;
}
</style>
border-color css
<style>
span { border-color: #9683CC; }
span { border-color: rgb(150,131,204); }
td.TdClassName
{
border-color: #9683CC;
}
.TagClassName
{
border-color: #9683CC;
}
</style>