Shades of Dark Violet #9009DF
Tints of Dark Violet #9009DF
RGB
CMYK
RGB Variations
Color information
#9009DF (or 0x9009DF) is known color: Dark Violet. HEX triplet: 90, 09 and DF. RGB value is (144,9,223). Sum of RGB (Red+Green+Blue) = 144+9+223=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #9009DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9009DF is #6FF620. Grayscale: #494949. Windows color (decimal): -7337505 or 14616976. OLE color: 14616976.
HSL color Cylindrical-coordinate representation of color #9009DF: hue angle of 277.85º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9009DF is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 9 | 223 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.13 |
| HSL | 277.85º | 0.92% | 0.45% | - |
| HSV(B) | 277.85º | 0.96% | 0.87% | - |
| XYZ | 24.92 | 11.45 | 70.71 | - |
| YUV | 73.76 | 212.23 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 223 | 0.35 | 0.96 | 0 | 0.13 | 277.85 | 0.92 | 0.45 |
| Hex | 90 | 9 | DF | 23 | 60 | 0 | D | 116 | 5C | 2D |
| Octal | 220 | 11 | 337 | 43 | 140 | 0 | 15 | 426 | 134 | 55 |
| Binary | 10010000 | 1001 | 11011111 | 100011 | 1100000 | 0 | 1101 | 100010110 | 1011100 | 101101 |
Color Harmonies of #9009DF
Complementary color
Monochromatic Colors of #9009DF
Black with #9009DF
Text Example
Text Example
White with #9009DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9009DF; }
p { color: rgb(144,9,223); }
H1.HeaderClassName
{
color: #9009DF;
}
.AnyTagClassName
{
color: #9009DF;
}
</style>
background-color css
<style>
a { background-color: #9009DF; }
a { background-color: rgb(144,9,223); }
div.DivClassName
{
background-color: #9009DF;
}
.BgClassName
{
background-color: #9009DF;
}
</style>
border-color css
<style>
span { border-color: #9009DF; }
span { border-color: rgb(144,9,223); }
td.TdClassName
{
border-color: #9009DF;
}
.TagClassName
{
border-color: #9009DF;
}
</style>