Shades of Dark Violet #9D00DF
Tints of Dark Violet #9D00DF
RGB
CMYK
RGB Variations
Color information
#9D00DF (or 0x9D00DF) is known color: Dark Violet. HEX triplet: 9D, 00 and DF. RGB value is (157,0,223). Sum of RGB (Red+Green+Blue) = 157+0+223=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D00DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D00DF is #62FF20. Grayscale: #474747. Windows color (decimal): -6487841 or 14614685. OLE color: 14614685.
HSL color Cylindrical-coordinate representation of color #9D00DF: hue angle of 282.24º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D00DF is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 0 | 223 | - |
| CMYK | 0.30 | 1 | 0 | 0.13 |
| HSL | 282.24º | 1% | 0.44% | - |
| HSV(B) | 282.24º | 1% | 0.87% | - |
| XYZ | 27.22 | 12.5 | 70.79 | - |
| YUV | 72.37 | 213.01 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 0 | 223 | 0.30 | 1 | 0 | 0.13 | 282.24 | 1 | 0.44 |
| Hex | 9D | 0 | DF | 1E | 64 | 0 | D | 11A | 64 | 2C |
| Octal | 235 | 0 | 337 | 36 | 144 | 0 | 15 | 432 | 144 | 54 |
| Binary | 10011101 | 0 | 11011111 | 11110 | 1100100 | 0 | 1101 | 100011010 | 1100100 | 101100 |
Color Harmonies of #9D00DF
Complementary color
Monochromatic Colors of #9D00DF
Black with #9D00DF
Text Example
Text Example
White with #9D00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D00DF; }
p { color: rgb(157,0,223); }
H1.HeaderClassName
{
color: #9D00DF;
}
.AnyTagClassName
{
color: #9D00DF;
}
</style>
background-color css
<style>
a { background-color: #9D00DF; }
a { background-color: rgb(157,0,223); }
div.DivClassName
{
background-color: #9D00DF;
}
.BgClassName
{
background-color: #9D00DF;
}
</style>
border-color css
<style>
span { border-color: #9D00DF; }
span { border-color: rgb(157,0,223); }
td.TdClassName
{
border-color: #9D00DF;
}
.TagClassName
{
border-color: #9D00DF;
}
</style>