Shades of Dark Violet #9D0FE9
Tints of Dark Violet #9D0FE9
RGB
CMYK
RGB Variations
Color information
#9D0FE9 (or 0x9D0FE9) is known color: Dark Violet. HEX triplet: 9D, 0F and E9. RGB value is (157,15,233). Sum of RGB (Red+Green+Blue) = 157+15+233=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 233 (91.41% from 255 or 57.53% from 405); Max value from RGB is 233 - color contains mainly: blue. Hex color #9D0FE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D0FE9 is #62F016. Grayscale: #515151. Windows color (decimal): -6483991 or 15273885. OLE color: 15273885.
HSL color Cylindrical-coordinate representation of color #9D0FE9: hue angle of 279.08º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0FE9 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 15 | 233 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.09 |
| HSL | 279.08º | 0.88% | 0.49% | - |
| HSV(B) | 279.08º | 0.94% | 0.91% | - |
| XYZ | 28.78 | 13.39 | 78.16 | - |
| YUV | 82.31 | 213.04 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 15 | 233 | 0.33 | 0.94 | 0 | 0.09 | 279.08 | 0.88 | 0.49 |
| Hex | 9D | F | E9 | 21 | 5E | 0 | 9 | 117 | 58 | 31 |
| Octal | 235 | 17 | 351 | 41 | 136 | 0 | 11 | 427 | 130 | 61 |
| Binary | 10011101 | 1111 | 11101001 | 100001 | 1011110 | 0 | 1001 | 100010111 | 1011000 | 110001 |
Color Harmonies of #9D0FE9
Complementary color
Monochromatic Colors of #9D0FE9
Black with #9D0FE9
Text Example
Text Example
White with #9D0FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0FE9; }
p { color: rgb(157,15,233); }
H1.HeaderClassName
{
color: #9D0FE9;
}
.AnyTagClassName
{
color: #9D0FE9;
}
</style>
background-color css
<style>
a { background-color: #9D0FE9; }
a { background-color: rgb(157,15,233); }
div.DivClassName
{
background-color: #9D0FE9;
}
.BgClassName
{
background-color: #9D0FE9;
}
</style>
border-color css
<style>
span { border-color: #9D0FE9; }
span { border-color: rgb(157,15,233); }
td.TdClassName
{
border-color: #9D0FE9;
}
.TagClassName
{
border-color: #9D0FE9;
}
</style>