Shades of Dark Violet #9605CB
Tints of Dark Violet #9605CB
RGB
CMYK
RGB Variations
Color information
#9605CB (or 0x9605CB) is known color: Dark Violet. HEX triplet: 96, 05 and CB. RGB value is (150,5,203). Sum of RGB (Red+Green+Blue) = 150+5+203=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #9605CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9605CB is #69FA34. Grayscale: #464646. Windows color (decimal): -6945333 or 13305238. OLE color: 13305238.
HSL color Cylindrical-coordinate representation of color #9605CB: hue angle of 283.94º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9605CB is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 5 | 203 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.20 |
| HSL | 283.94º | 0.95% | 0.41% | - |
| HSV(B) | 283.94º | 0.98% | 0.8% | - |
| XYZ | 23.41 | 10.9 | 57.37 | - |
| YUV | 70.93 | 202.54 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 5 | 203 | 0.26 | 0.98 | 0 | 0.20 | 283.94 | 0.95 | 0.41 |
| Hex | 96 | 5 | CB | 1A | 62 | 0 | 14 | 11C | 5F | 29 |
| Octal | 226 | 5 | 313 | 32 | 142 | 0 | 24 | 434 | 137 | 51 |
| Binary | 10010110 | 101 | 11001011 | 11010 | 1100010 | 0 | 10100 | 100011100 | 1011111 | 101001 |
Color Harmonies of #9605CB
Complementary color
Monochromatic Colors of #9605CB
Black with #9605CB
Text Example
Text Example
White with #9605CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9605CB; }
p { color: rgb(150,5,203); }
H1.HeaderClassName
{
color: #9605CB;
}
.AnyTagClassName
{
color: #9605CB;
}
</style>
background-color css
<style>
a { background-color: #9605CB; }
a { background-color: rgb(150,5,203); }
div.DivClassName
{
background-color: #9605CB;
}
.BgClassName
{
background-color: #9605CB;
}
</style>
border-color css
<style>
span { border-color: #9605CB; }
span { border-color: rgb(150,5,203); }
td.TdClassName
{
border-color: #9605CB;
}
.TagClassName
{
border-color: #9605CB;
}
</style>