Shades of Dark Violet #9D06DF
Tints of Dark Violet #9D06DF
RGB
CMYK
RGB Variations
Color information
#9D06DF (or 0x9D06DF) is known color: Dark Violet. HEX triplet: 9D, 06 and DF. RGB value is (157,6,223). Sum of RGB (Red+Green+Blue) = 157+6+223=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D06DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D06DF is #62F920. Grayscale: #4B4B4B. Windows color (decimal): -6486305 or 14616221. OLE color: 14616221.
HSL color Cylindrical-coordinate representation of color #9D06DF: hue angle of 281.75º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D06DF is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 6 | 223 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.13 |
| HSL | 281.75º | 0.95% | 0.45% | - |
| HSV(B) | 281.75º | 0.97% | 0.87% | - |
| XYZ | 27.29 | 12.63 | 70.81 | - |
| YUV | 75.89 | 211.03 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 6 | 223 | 0.30 | 0.97 | 0 | 0.13 | 281.75 | 0.95 | 0.45 |
| Hex | 9D | 6 | DF | 1E | 61 | 0 | D | 11A | 5F | 2D |
| Octal | 235 | 6 | 337 | 36 | 141 | 0 | 15 | 432 | 137 | 55 |
| Binary | 10011101 | 110 | 11011111 | 11110 | 1100001 | 0 | 1101 | 100011010 | 1011111 | 101101 |
Color Harmonies of #9D06DF
Complementary color
Monochromatic Colors of #9D06DF
Black with #9D06DF
Text Example
Text Example
White with #9D06DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D06DF; }
p { color: rgb(157,6,223); }
H1.HeaderClassName
{
color: #9D06DF;
}
.AnyTagClassName
{
color: #9D06DF;
}
</style>
background-color css
<style>
a { background-color: #9D06DF; }
a { background-color: rgb(157,6,223); }
div.DivClassName
{
background-color: #9D06DF;
}
.BgClassName
{
background-color: #9D06DF;
}
</style>
border-color css
<style>
span { border-color: #9D06DF; }
span { border-color: rgb(157,6,223); }
td.TdClassName
{
border-color: #9D06DF;
}
.TagClassName
{
border-color: #9D06DF;
}
</style>