Shades of Dark Violet #9A0FD8
Tints of Dark Violet #9A0FD8
RGB
CMYK
RGB Variations
Color information
#9A0FD8 (or 0x9A0FD8) is known color: Dark Violet. HEX triplet: 9A, 0F and D8. RGB value is (154,15,216). Sum of RGB (Red+Green+Blue) = 154+15+216=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 216 (84.77% from 255 or 56.10% from 385); Max value from RGB is 216 - color contains mainly: blue. Hex color #9A0FD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0FD8 is #65F027. Grayscale: #4E4E4E. Windows color (decimal): -6680616 or 14159770. OLE color: 14159770.
HSL color Cylindrical-coordinate representation of color #9A0FD8: hue angle of 281.49º 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 #9A0FD8 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 15 | 216 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.15 |
| HSL | 281.49º | 0.87% | 0.45% | - |
| HSV(B) | 281.49º | 0.93% | 0.85% | - |
| XYZ | 25.89 | 12.17 | 65.95 | - |
| YUV | 79.48 | 205.05 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 15 | 216 | 0.29 | 0.93 | 0 | 0.15 | 281.49 | 0.87 | 0.45 |
| Hex | 9A | F | D8 | 1D | 5D | 0 | F | 119 | 57 | 2D |
| Octal | 232 | 17 | 330 | 35 | 135 | 0 | 17 | 431 | 127 | 55 |
| Binary | 10011010 | 1111 | 11011000 | 11101 | 1011101 | 0 | 1111 | 100011001 | 1010111 | 101101 |
Color Harmonies of #9A0FD8
Complementary color
Monochromatic Colors of #9A0FD8
Black with #9A0FD8
Text Example
Text Example
White with #9A0FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0FD8; }
p { color: rgb(154,15,216); }
H1.HeaderClassName
{
color: #9A0FD8;
}
.AnyTagClassName
{
color: #9A0FD8;
}
</style>
background-color css
<style>
a { background-color: #9A0FD8; }
a { background-color: rgb(154,15,216); }
div.DivClassName
{
background-color: #9A0FD8;
}
.BgClassName
{
background-color: #9A0FD8;
}
</style>
border-color css
<style>
span { border-color: #9A0FD8; }
span { border-color: rgb(154,15,216); }
td.TdClassName
{
border-color: #9A0FD8;
}
.TagClassName
{
border-color: #9A0FD8;
}
</style>