Shades of Dark Violet #9609CC
Tints of Dark Violet #9609CC
RGB
CMYK
RGB Variations
Color information
#9609CC (or 0x9609CC) is known color: Dark Violet. HEX triplet: 96, 09 and CC. RGB value is (150,9,204). Sum of RGB (Red+Green+Blue) = 150+9+204=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #9609CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9609CC is #69F633. Grayscale: #484848. Windows color (decimal): -6944308 or 13371798. OLE color: 13371798.
HSL color Cylindrical-coordinate representation of color #9609CC: hue angle of 283.38º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9609CC is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 9 | 204 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.2 |
| HSL | 283.38º | 0.92% | 0.42% | - |
| HSV(B) | 283.38º | 0.96% | 0.8% | - |
| XYZ | 23.57 | 11.04 | 58.01 | - |
| YUV | 73.39 | 201.71 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 204 | 0.26 | 0.96 | 0 | 0.2 | 283.38 | 0.92 | 0.42 |
| Hex | 96 | 9 | CC | 1A | 60 | 0 | 14 | 11B | 5C | 2A |
| Octal | 226 | 11 | 314 | 32 | 140 | 0 | 24 | 433 | 134 | 52 |
| Binary | 10010110 | 1001 | 11001100 | 11010 | 1100000 | 0 | 10100 | 100011011 | 1011100 | 101010 |
Color Harmonies of #9609CC
Complementary color
Monochromatic Colors of #9609CC
Black with #9609CC
Text Example
Text Example
White with #9609CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9609CC; }
p { color: rgb(150,9,204); }
H1.HeaderClassName
{
color: #9609CC;
}
.AnyTagClassName
{
color: #9609CC;
}
</style>
background-color css
<style>
a { background-color: #9609CC; }
a { background-color: rgb(150,9,204); }
div.DivClassName
{
background-color: #9609CC;
}
.BgClassName
{
background-color: #9609CC;
}
</style>
border-color css
<style>
span { border-color: #9609CC; }
span { border-color: rgb(150,9,204); }
td.TdClassName
{
border-color: #9609CC;
}
.TagClassName
{
border-color: #9609CC;
}
</style>