Shades of Dark Violet #9000DF
Tints of Dark Violet #9000DF
RGB
CMYK
RGB Variations
Color information
#9000DF (or 0x9000DF) is known color: Dark Violet. HEX triplet: 90, 00 and DF. RGB value is (144,0,223). Sum of RGB (Red+Green+Blue) = 144+0+223=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #9000DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9000DF is #6FFF20. Grayscale: #434343. Windows color (decimal): -7339809 or 14614672. OLE color: 14614672.
HSL color Cylindrical-coordinate representation of color #9000DF: hue angle of 278.74º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9000DF is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 0 | 223 | - |
| CMYK | 0.35 | 1 | 0 | 0.13 |
| HSL | 278.74º | 1% | 0.44% | - |
| HSV(B) | 278.74º | 1% | 0.87% | - |
| XYZ | 24.82 | 11.26 | 70.68 | - |
| YUV | 68.48 | 215.21 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 223 | 0.35 | 1 | 0 | 0.13 | 278.74 | 1 | 0.44 |
| Hex | 90 | 0 | DF | 23 | 64 | 0 | D | 117 | 64 | 2C |
| Octal | 220 | 0 | 337 | 43 | 144 | 0 | 15 | 427 | 144 | 54 |
| Binary | 10010000 | 0 | 11011111 | 100011 | 1100100 | 0 | 1101 | 100010111 | 1100100 | 101100 |
Color Harmonies of #9000DF
Complementary color
Monochromatic Colors of #9000DF
Black with #9000DF
Text Example
Text Example
White with #9000DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9000DF; }
p { color: rgb(144,0,223); }
H1.HeaderClassName
{
color: #9000DF;
}
.AnyTagClassName
{
color: #9000DF;
}
</style>
background-color css
<style>
a { background-color: #9000DF; }
a { background-color: rgb(144,0,223); }
div.DivClassName
{
background-color: #9000DF;
}
.BgClassName
{
background-color: #9000DF;
}
</style>
border-color css
<style>
span { border-color: #9000DF; }
span { border-color: rgb(144,0,223); }
td.TdClassName
{
border-color: #9000DF;
}
.TagClassName
{
border-color: #9000DF;
}
</style>