Shades of Dark Violet #9609C0
Tints of Dark Violet #9609C0
RGB
CMYK
RGB Variations
Color information
#9609C0 (or 0x9609C0) is known color: Dark Violet. HEX triplet: 96, 09 and C0. RGB value is (150,9,192). Sum of RGB (Red+Green+Blue) = 150+9+192=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 192 (75.39% from 255 or 54.70% from 351); Max value from RGB is 192 - color contains mainly: blue. Hex color #9609C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9609C0 is #69F63F. Grayscale: #474747. Windows color (decimal): -6944320 or 12585366. OLE color: 12585366.
HSL color Cylindrical-coordinate representation of color #9609C0: hue angle of 286.23º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9609C0 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 9 | 192 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.25 |
| HSL | 286.23º | 0.91% | 0.39% | - |
| HSV(B) | 286.23º | 0.95% | 0.75% | - |
| XYZ | 22.19 | 10.49 | 50.72 | - |
| YUV | 72.02 | 195.71 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 192 | 0.22 | 0.95 | 0 | 0.25 | 286.23 | 0.91 | 0.39 |
| Hex | 96 | 9 | C0 | 16 | 5F | 0 | 19 | 11E | 5B | 27 |
| Octal | 226 | 11 | 300 | 26 | 137 | 0 | 31 | 436 | 133 | 47 |
| Binary | 10010110 | 1001 | 11000000 | 10110 | 1011111 | 0 | 11001 | 100011110 | 1011011 | 100111 |
Color Harmonies of #9609C0
Complementary color
Monochromatic Colors of #9609C0
Black with #9609C0
Text Example
Text Example
White with #9609C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9609C0; }
p { color: rgb(150,9,192); }
H1.HeaderClassName
{
color: #9609C0;
}
.AnyTagClassName
{
color: #9609C0;
}
</style>
background-color css
<style>
a { background-color: #9609C0; }
a { background-color: rgb(150,9,192); }
div.DivClassName
{
background-color: #9609C0;
}
.BgClassName
{
background-color: #9609C0;
}
</style>
border-color css
<style>
span { border-color: #9609C0; }
span { border-color: rgb(150,9,192); }
td.TdClassName
{
border-color: #9609C0;
}
.TagClassName
{
border-color: #9609C0;
}
</style>