Shades of Dark Violet #9000D8
Tints of Dark Violet #9000D8
RGB
CMYK
RGB Variations
Color information
#9000D8 (or 0x9000D8) is known color: Dark Violet. HEX triplet: 90, 00 and D8. RGB value is (144,0,216). Sum of RGB (Red+Green+Blue) = 144+0+216=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 216 (84.77% from 255 or 60% from 360); Max value from RGB is 216 - color contains mainly: blue. Hex color #9000D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9000D8 is #6FFF27. Grayscale: #424242. Windows color (decimal): -7339816 or 14155920. OLE color: 14155920.
HSL color Cylindrical-coordinate representation of color #9000D8: hue angle of 280º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9000D8 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 0 | 216 | - |
| CMYK | 0.33 | 1 | 0 | 0.15 |
| HSL | 280º | 1% | 0.42% | - |
| HSV(B) | 280º | 1% | 0.85% | - |
| XYZ | 23.9 | 10.89 | 65.81 | - |
| YUV | 67.68 | 211.71 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 216 | 0.33 | 1 | 0 | 0.15 | 280 | 1 | 0.42 |
| Hex | 90 | 0 | D8 | 21 | 64 | 0 | F | 118 | 64 | 2A |
| Octal | 220 | 0 | 330 | 41 | 144 | 0 | 17 | 430 | 144 | 52 |
| Binary | 10010000 | 0 | 11011000 | 100001 | 1100100 | 0 | 1111 | 100011000 | 1100100 | 101010 |
Color Harmonies of #9000D8
Complementary color
Monochromatic Colors of #9000D8
Black with #9000D8
Text Example
Text Example
White with #9000D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9000D8; }
p { color: rgb(144,0,216); }
H1.HeaderClassName
{
color: #9000D8;
}
.AnyTagClassName
{
color: #9000D8;
}
</style>
background-color css
<style>
a { background-color: #9000D8; }
a { background-color: rgb(144,0,216); }
div.DivClassName
{
background-color: #9000D8;
}
.BgClassName
{
background-color: #9000D8;
}
</style>
border-color css
<style>
span { border-color: #9000D8; }
span { border-color: rgb(144,0,216); }
td.TdClassName
{
border-color: #9000D8;
}
.TagClassName
{
border-color: #9000D8;
}
</style>