Shades of Dark Violet #9D08CB
Tints of Dark Violet #9D08CB
RGB
CMYK
RGB Variations
Color information
#9D08CB (or 0x9D08CB) is known color: Dark Violet. HEX triplet: 9D, 08 and CB. RGB value is (157,8,203). Sum of RGB (Red+Green+Blue) = 157+8+203=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D08CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D08CB is #62F734. Grayscale: #4A4A4A. Windows color (decimal): -6485813 or 13306013. OLE color: 13306013.
HSL color Cylindrical-coordinate representation of color #9D08CB: hue angle of 285.85º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D08CB is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 8 | 203 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.20 |
| HSL | 285.85º | 0.92% | 0.41% | - |
| HSV(B) | 285.85º | 0.96% | 0.8% | - |
| XYZ | 24.77 | 11.65 | 57.44 | - |
| YUV | 74.78 | 200.36 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 8 | 203 | 0.23 | 0.96 | 0 | 0.20 | 285.85 | 0.92 | 0.41 |
| Hex | 9D | 8 | CB | 17 | 60 | 0 | 14 | 11E | 5C | 29 |
| Octal | 235 | 10 | 313 | 27 | 140 | 0 | 24 | 436 | 134 | 51 |
| Binary | 10011101 | 1000 | 11001011 | 10111 | 1100000 | 0 | 10100 | 100011110 | 1011100 | 101001 |
Color Harmonies of #9D08CB
Complementary color
Monochromatic Colors of #9D08CB
Black with #9D08CB
Text Example
Text Example
White with #9D08CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D08CB; }
p { color: rgb(157,8,203); }
H1.HeaderClassName
{
color: #9D08CB;
}
.AnyTagClassName
{
color: #9D08CB;
}
</style>
background-color css
<style>
a { background-color: #9D08CB; }
a { background-color: rgb(157,8,203); }
div.DivClassName
{
background-color: #9D08CB;
}
.BgClassName
{
background-color: #9D08CB;
}
</style>
border-color css
<style>
span { border-color: #9D08CB; }
span { border-color: rgb(157,8,203); }
td.TdClassName
{
border-color: #9D08CB;
}
.TagClassName
{
border-color: #9D08CB;
}
</style>