Shades of Dark Violet #9D08CF
Tints of Dark Violet #9D08CF
RGB
CMYK
RGB Variations
Color information
#9D08CF (or 0x9D08CF) is known color: Dark Violet. HEX triplet: 9D, 08 and CF. RGB value is (157,8,207). Sum of RGB (Red+Green+Blue) = 157+8+207=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D08CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D08CF is #62F730. Grayscale: #4A4A4A. Windows color (decimal): -6485809 or 13568157. OLE color: 13568157.
HSL color Cylindrical-coordinate representation of color #9D08CF: hue angle of 284.92º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D08CF is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 8 | 207 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.19 |
| HSL | 284.92º | 0.93% | 0.42% | - |
| HSV(B) | 284.92º | 0.96% | 0.81% | - |
| XYZ | 25.25 | 11.85 | 59.99 | - |
| YUV | 75.24 | 202.36 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 8 | 207 | 0.24 | 0.96 | 0 | 0.19 | 284.92 | 0.93 | 0.42 |
| Hex | 9D | 8 | CF | 18 | 60 | 0 | 13 | 11D | 5D | 2A |
| Octal | 235 | 10 | 317 | 30 | 140 | 0 | 23 | 435 | 135 | 52 |
| Binary | 10011101 | 1000 | 11001111 | 11000 | 1100000 | 0 | 10011 | 100011101 | 1011101 | 101010 |
Color Harmonies of #9D08CF
Complementary color
Monochromatic Colors of #9D08CF
Black with #9D08CF
Text Example
Text Example
White with #9D08CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D08CF; }
p { color: rgb(157,8,207); }
H1.HeaderClassName
{
color: #9D08CF;
}
.AnyTagClassName
{
color: #9D08CF;
}
</style>
background-color css
<style>
a { background-color: #9D08CF; }
a { background-color: rgb(157,8,207); }
div.DivClassName
{
background-color: #9D08CF;
}
.BgClassName
{
background-color: #9D08CF;
}
</style>
border-color css
<style>
span { border-color: #9D08CF; }
span { border-color: rgb(157,8,207); }
td.TdClassName
{
border-color: #9D08CF;
}
.TagClassName
{
border-color: #9D08CF;
}
</style>