Shades of Dark Violet #9610CB
Tints of Dark Violet #9610CB
RGB
CMYK
RGB Variations
Color information
#9610CB (or 0x9610CB) is known color: Dark Violet. HEX triplet: 96, 10 and CB. RGB value is (150,16,203). Sum of RGB (Red+Green+Blue) = 150+16+203=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #9610CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9610CB is #69EF34. Grayscale: #4C4C4C. Windows color (decimal): -6942517 or 13308054. OLE color: 13308054.
HSL color Cylindrical-coordinate representation of color #9610CB: hue angle of 282.99º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9610CB is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 16 | 203 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.20 |
| HSL | 282.99º | 0.85% | 0.43% | - |
| HSV(B) | 282.99º | 0.92% | 0.8% | - |
| XYZ | 23.54 | 11.17 | 57.41 | - |
| YUV | 77.38 | 198.89 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 203 | 0.26 | 0.92 | 0 | 0.20 | 282.99 | 0.85 | 0.43 |
| Hex | 96 | 10 | CB | 1A | 5C | 0 | 14 | 11B | 55 | 2B |
| Octal | 226 | 20 | 313 | 32 | 134 | 0 | 24 | 433 | 125 | 53 |
| Binary | 10010110 | 10000 | 11001011 | 11010 | 1011100 | 0 | 10100 | 100011011 | 1010101 | 101011 |
Color Harmonies of #9610CB
Complementary color
Monochromatic Colors of #9610CB
Black with #9610CB
Text Example
Text Example
White with #9610CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9610CB; }
p { color: rgb(150,16,203); }
H1.HeaderClassName
{
color: #9610CB;
}
.AnyTagClassName
{
color: #9610CB;
}
</style>
background-color css
<style>
a { background-color: #9610CB; }
a { background-color: rgb(150,16,203); }
div.DivClassName
{
background-color: #9610CB;
}
.BgClassName
{
background-color: #9610CB;
}
</style>
border-color css
<style>
span { border-color: #9610CB; }
span { border-color: rgb(150,16,203); }
td.TdClassName
{
border-color: #9610CB;
}
.TagClassName
{
border-color: #9610CB;
}
</style>