Shades of Dark Violet #9009CF
Tints of Dark Violet #9009CF
RGB
CMYK
RGB Variations
Color information
#9009CF (or 0x9009CF) is known color: Dark Violet. HEX triplet: 90, 09 and CF. RGB value is (144,9,207). Sum of RGB (Red+Green+Blue) = 144+9+207=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #9009CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9009CF is #6FF630. Grayscale: #474747. Windows color (decimal): -7337521 or 13568400. OLE color: 13568400.
HSL color Cylindrical-coordinate representation of color #9009CF: hue angle of 280.91º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9009CF is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 9 | 207 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.19 |
| HSL | 280.91º | 0.92% | 0.42% | - |
| HSV(B) | 280.91º | 0.96% | 0.81% | - |
| XYZ | 22.86 | 10.63 | 59.88 | - |
| YUV | 71.94 | 204.23 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 207 | 0.30 | 0.96 | 0 | 0.19 | 280.91 | 0.92 | 0.42 |
| Hex | 90 | 9 | CF | 1E | 60 | 0 | 13 | 119 | 5C | 2A |
| Octal | 220 | 11 | 317 | 36 | 140 | 0 | 23 | 431 | 134 | 52 |
| Binary | 10010000 | 1001 | 11001111 | 11110 | 1100000 | 0 | 10011 | 100011001 | 1011100 | 101010 |
Color Harmonies of #9009CF
Complementary color
Monochromatic Colors of #9009CF
Black with #9009CF
Text Example
Text Example
White with #9009CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9009CF; }
p { color: rgb(144,9,207); }
H1.HeaderClassName
{
color: #9009CF;
}
.AnyTagClassName
{
color: #9009CF;
}
</style>
background-color css
<style>
a { background-color: #9009CF; }
a { background-color: rgb(144,9,207); }
div.DivClassName
{
background-color: #9009CF;
}
.BgClassName
{
background-color: #9009CF;
}
</style>
border-color css
<style>
span { border-color: #9009CF; }
span { border-color: rgb(144,9,207); }
td.TdClassName
{
border-color: #9009CF;
}
.TagClassName
{
border-color: #9009CF;
}
</style>