Shades of Dark Violet #9014CD
Tints of Dark Violet #9014CD
RGB
CMYK
RGB Variations
Color information
#9014CD (or 0x9014CD) is known color: Dark Violet. HEX triplet: 90, 14 and CD. RGB value is (144,20,205). Sum of RGB (Red+Green+Blue) = 144+20+205=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #9014CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9014CD is #6FEB32. Grayscale: #4D4D4D. Windows color (decimal): -7334707 or 13440144. OLE color: 13440144.
HSL color Cylindrical-coordinate representation of color #9014CD: hue angle of 280.22º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9014CD is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 20 | 205 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.20 |
| HSL | 280.22º | 0.82% | 0.44% | - |
| HSV(B) | 280.22º | 0.9% | 0.8% | - |
| XYZ | 22.77 | 10.84 | 58.65 | - |
| YUV | 78.17 | 199.58 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 205 | 0.30 | 0.90 | 0 | 0.20 | 280.22 | 0.82 | 0.44 |
| Hex | 90 | 14 | CD | 1E | 5A | 0 | 14 | 118 | 52 | 2C |
| Octal | 220 | 24 | 315 | 36 | 132 | 0 | 24 | 430 | 122 | 54 |
| Binary | 10010000 | 10100 | 11001101 | 11110 | 1011010 | 0 | 10100 | 100011000 | 1010010 | 101100 |
Color Harmonies of #9014CD
Complementary color
Monochromatic Colors of #9014CD
Black with #9014CD
Text Example
Text Example
White with #9014CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9014CD; }
p { color: rgb(144,20,205); }
H1.HeaderClassName
{
color: #9014CD;
}
.AnyTagClassName
{
color: #9014CD;
}
</style>
background-color css
<style>
a { background-color: #9014CD; }
a { background-color: rgb(144,20,205); }
div.DivClassName
{
background-color: #9014CD;
}
.BgClassName
{
background-color: #9014CD;
}
</style>
border-color css
<style>
span { border-color: #9014CD; }
span { border-color: rgb(144,20,205); }
td.TdClassName
{
border-color: #9014CD;
}
.TagClassName
{
border-color: #9014CD;
}
</style>