Shades of Dark Violet #9D0FD8
Tints of Dark Violet #9D0FD8
RGB
CMYK
RGB Variations
Color information
#9D0FD8 (or 0x9D0FD8) is known color: Dark Violet. HEX triplet: 9D, 0F and D8. RGB value is (157,15,216). Sum of RGB (Red+Green+Blue) = 157+15+216=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 216 (84.77% from 255 or 55.67% from 388); Max value from RGB is 216 - color contains mainly: blue. Hex color #9D0FD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0FD8 is #62F027. Grayscale: #4F4F4F. Windows color (decimal): -6484008 or 14159773. OLE color: 14159773.
HSL color Cylindrical-coordinate representation of color #9D0FD8: hue angle of 282.39º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D0FD8 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 15 | 216 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.15 |
| HSL | 282.39º | 0.87% | 0.45% | - |
| HSV(B) | 282.39º | 0.93% | 0.85% | - |
| XYZ | 26.47 | 12.47 | 65.98 | - |
| YUV | 80.37 | 204.54 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 15 | 216 | 0.27 | 0.93 | 0 | 0.15 | 282.39 | 0.87 | 0.45 |
| Hex | 9D | F | D8 | 1B | 5D | 0 | F | 11A | 57 | 2D |
| Octal | 235 | 17 | 330 | 33 | 135 | 0 | 17 | 432 | 127 | 55 |
| Binary | 10011101 | 1111 | 11011000 | 11011 | 1011101 | 0 | 1111 | 100011010 | 1010111 | 101101 |
Color Harmonies of #9D0FD8
Complementary color
Monochromatic Colors of #9D0FD8
Black with #9D0FD8
Text Example
Text Example
White with #9D0FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0FD8; }
p { color: rgb(157,15,216); }
H1.HeaderClassName
{
color: #9D0FD8;
}
.AnyTagClassName
{
color: #9D0FD8;
}
</style>
background-color css
<style>
a { background-color: #9D0FD8; }
a { background-color: rgb(157,15,216); }
div.DivClassName
{
background-color: #9D0FD8;
}
.BgClassName
{
background-color: #9D0FD8;
}
</style>
border-color css
<style>
span { border-color: #9D0FD8; }
span { border-color: rgb(157,15,216); }
td.TdClassName
{
border-color: #9D0FD8;
}
.TagClassName
{
border-color: #9D0FD8;
}
</style>