Shades of Dark Violet #9014DA
Tints of Dark Violet #9014DA
RGB
CMYK
RGB Variations
Color information
#9014DA (or 0x9014DA) is known color: Dark Violet. HEX triplet: 90, 14 and DA. RGB value is (144,20,218). Sum of RGB (Red+Green+Blue) = 144+20+218=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #9014DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9014DA is #6FEB25. Grayscale: #4E4E4E. Windows color (decimal): -7334694 or 14292112. OLE color: 14292112.
HSL color Cylindrical-coordinate representation of color #9014DA: hue angle of 277.58º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9014DA is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 20 | 218 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.15 |
| HSL | 277.58º | 0.83% | 0.47% | - |
| HSV(B) | 277.58º | 0.91% | 0.85% | - |
| XYZ | 24.41 | 11.49 | 67.26 | - |
| YUV | 79.65 | 206.08 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 218 | 0.34 | 0.91 | 0 | 0.15 | 277.58 | 0.83 | 0.47 |
| Hex | 90 | 14 | DA | 22 | 5B | 0 | F | 116 | 53 | 2F |
| Octal | 220 | 24 | 332 | 42 | 133 | 0 | 17 | 426 | 123 | 57 |
| Binary | 10010000 | 10100 | 11011010 | 100010 | 1011011 | 0 | 1111 | 100010110 | 1010011 | 101111 |
Color Harmonies of #9014DA
Complementary color
Monochromatic Colors of #9014DA
Black with #9014DA
Text Example
Text Example
White with #9014DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9014DA; }
p { color: rgb(144,20,218); }
H1.HeaderClassName
{
color: #9014DA;
}
.AnyTagClassName
{
color: #9014DA;
}
</style>
background-color css
<style>
a { background-color: #9014DA; }
a { background-color: rgb(144,20,218); }
div.DivClassName
{
background-color: #9014DA;
}
.BgClassName
{
background-color: #9014DA;
}
</style>
border-color css
<style>
span { border-color: #9014DA; }
span { border-color: rgb(144,20,218); }
td.TdClassName
{
border-color: #9014DA;
}
.TagClassName
{
border-color: #9014DA;
}
</style>