Shades of Dark Violet #9007DA
Tints of Dark Violet #9007DA
RGB
CMYK
RGB Variations
Color information
#9007DA (or 0x9007DA) is known color: Dark Violet. HEX triplet: 90, 07 and DA. RGB value is (144,7,218). Sum of RGB (Red+Green+Blue) = 144+7+218=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #9007DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9007DA is #6FF825. Grayscale: #474747. Windows color (decimal): -7338022 or 14288784. OLE color: 14288784.
HSL color Cylindrical-coordinate representation of color #9007DA: hue angle of 278.96º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9007DA is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 7 | 218 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.15 |
| HSL | 278.96º | 0.94% | 0.44% | - |
| HSV(B) | 278.96º | 0.97% | 0.85% | - |
| XYZ | 24.23 | 11.14 | 67.2 | - |
| YUV | 72.02 | 210.39 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 218 | 0.34 | 0.97 | 0 | 0.15 | 278.96 | 0.94 | 0.44 |
| Hex | 90 | 7 | DA | 22 | 61 | 0 | F | 117 | 5E | 2C |
| Octal | 220 | 7 | 332 | 42 | 141 | 0 | 17 | 427 | 136 | 54 |
| Binary | 10010000 | 111 | 11011010 | 100010 | 1100001 | 0 | 1111 | 100010111 | 1011110 | 101100 |
Color Harmonies of #9007DA
Complementary color
Monochromatic Colors of #9007DA
Black with #9007DA
Text Example
Text Example
White with #9007DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9007DA; }
p { color: rgb(144,7,218); }
H1.HeaderClassName
{
color: #9007DA;
}
.AnyTagClassName
{
color: #9007DA;
}
</style>
background-color css
<style>
a { background-color: #9007DA; }
a { background-color: rgb(144,7,218); }
div.DivClassName
{
background-color: #9007DA;
}
.BgClassName
{
background-color: #9007DA;
}
</style>
border-color css
<style>
span { border-color: #9007DA; }
span { border-color: rgb(144,7,218); }
td.TdClassName
{
border-color: #9007DA;
}
.TagClassName
{
border-color: #9007DA;
}
</style>