Shades of Dark Violet #9000DD
Tints of Dark Violet #9000DD
RGB
CMYK
RGB Variations
Color information
#9000DD (or 0x9000DD) is known color: Dark Violet. HEX triplet: 90, 00 and DD. RGB value is (144,0,221). Sum of RGB (Red+Green+Blue) = 144+0+221=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #9000DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9000DD is #6FFF22. Grayscale: #434343. Windows color (decimal): -7339811 or 14483600. OLE color: 14483600.
HSL color Cylindrical-coordinate representation of color #9000DD: hue angle of 279.1º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9000DD is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 0 | 221 | - |
| CMYK | 0.35 | 1 | 0 | 0.13 |
| HSL | 279.1º | 1% | 0.43% | - |
| HSV(B) | 279.1º | 1% | 0.87% | - |
| XYZ | 24.55 | 11.15 | 69.26 | - |
| YUV | 68.25 | 214.21 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 221 | 0.35 | 1 | 0 | 0.13 | 279.1 | 1 | 0.43 |
| Hex | 90 | 0 | DD | 23 | 64 | 0 | D | 117 | 64 | 2B |
| Octal | 220 | 0 | 335 | 43 | 144 | 0 | 15 | 427 | 144 | 53 |
| Binary | 10010000 | 0 | 11011101 | 100011 | 1100100 | 0 | 1101 | 100010111 | 1100100 | 101011 |
Color Harmonies of #9000DD
Complementary color
Monochromatic Colors of #9000DD
Black with #9000DD
Text Example
Text Example
White with #9000DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9000DD; }
p { color: rgb(144,0,221); }
H1.HeaderClassName
{
color: #9000DD;
}
.AnyTagClassName
{
color: #9000DD;
}
</style>
background-color css
<style>
a { background-color: #9000DD; }
a { background-color: rgb(144,0,221); }
div.DivClassName
{
background-color: #9000DD;
}
.BgClassName
{
background-color: #9000DD;
}
</style>
border-color css
<style>
span { border-color: #9000DD; }
span { border-color: rgb(144,0,221); }
td.TdClassName
{
border-color: #9000DD;
}
.TagClassName
{
border-color: #9000DD;
}
</style>