Shades of Dark Violet #9D01CB
Tints of Dark Violet #9D01CB
RGB
CMYK
RGB Variations
Color information
#9D01CB (or 0x9D01CB) is known color: Dark Violet. HEX triplet: 9D, 01 and CB. RGB value is (157,1,203). Sum of RGB (Red+Green+Blue) = 157+1+203=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D01CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D01CB is #62FE34. Grayscale: #464646. Windows color (decimal): -6487605 or 13304221. OLE color: 13304221.
HSL color Cylindrical-coordinate representation of color #9D01CB: hue angle of 286.34º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D01CB is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 1 | 203 | - |
| CMYK | 0.23 | 1.00 | 0 | 0.20 |
| HSL | 286.34º | 0.99% | 0.4% | - |
| HSV(B) | 286.34º | 1% | 0.8% | - |
| XYZ | 24.69 | 11.5 | 57.42 | - |
| YUV | 70.67 | 202.68 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 1 | 203 | 0.23 | 1.00 | 0 | 0.20 | 286.34 | 0.99 | 0.4 |
| Hex | 9D | 1 | CB | 17 | 64 | 0 | 14 | 11E | 63 | 28 |
| Octal | 235 | 1 | 313 | 27 | 144 | 0 | 24 | 436 | 143 | 50 |
| Binary | 10011101 | 1 | 11001011 | 10111 | 1100100 | 0 | 10100 | 100011110 | 1100011 | 101000 |
Color Harmonies of #9D01CB
Complementary color
Monochromatic Colors of #9D01CB
Black with #9D01CB
Text Example
Text Example
White with #9D01CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D01CB; }
p { color: rgb(157,1,203); }
H1.HeaderClassName
{
color: #9D01CB;
}
.AnyTagClassName
{
color: #9D01CB;
}
</style>
background-color css
<style>
a { background-color: #9D01CB; }
a { background-color: rgb(157,1,203); }
div.DivClassName
{
background-color: #9D01CB;
}
.BgClassName
{
background-color: #9D01CB;
}
</style>
border-color css
<style>
span { border-color: #9D01CB; }
span { border-color: rgb(157,1,203); }
td.TdClassName
{
border-color: #9D01CB;
}
.TagClassName
{
border-color: #9D01CB;
}
</style>