Shades of Dark Violet #9014BE
Tints of Dark Violet #9014BE
RGB
CMYK
RGB Variations
Color information
#9014BE (or 0x9014BE) is known color: Dark Violet. HEX triplet: 90, 14 and BE. RGB value is (144,20,190). Sum of RGB (Red+Green+Blue) = 144+20+190=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #9014BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9014BE is #6FEB41. Grayscale: #4B4B4B. Windows color (decimal): -7334722 or 12457104. OLE color: 12457104.
HSL color Cylindrical-coordinate representation of color #9014BE: hue angle of 283.76º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9014BE is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 20 | 190 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.25 |
| HSL | 283.76º | 0.81% | 0.41% | - |
| HSV(B) | 283.76º | 0.89% | 0.75% | - |
| XYZ | 21.05 | 10.15 | 49.56 | - |
| YUV | 76.46 | 192.08 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 190 | 0.24 | 0.89 | 0 | 0.25 | 283.76 | 0.81 | 0.41 |
| Hex | 90 | 14 | BE | 18 | 59 | 0 | 19 | 11C | 51 | 29 |
| Octal | 220 | 24 | 276 | 30 | 131 | 0 | 31 | 434 | 121 | 51 |
| Binary | 10010000 | 10100 | 10111110 | 11000 | 1011001 | 0 | 11001 | 100011100 | 1010001 | 101001 |
Color Harmonies of #9014BE
Complementary color
Monochromatic Colors of #9014BE
Black with #9014BE
Text Example
Text Example
White with #9014BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9014BE; }
p { color: rgb(144,20,190); }
H1.HeaderClassName
{
color: #9014BE;
}
.AnyTagClassName
{
color: #9014BE;
}
</style>
background-color css
<style>
a { background-color: #9014BE; }
a { background-color: rgb(144,20,190); }
div.DivClassName
{
background-color: #9014BE;
}
.BgClassName
{
background-color: #9014BE;
}
</style>
border-color css
<style>
span { border-color: #9014BE; }
span { border-color: rgb(144,20,190); }
td.TdClassName
{
border-color: #9014BE;
}
.TagClassName
{
border-color: #9014BE;
}
</style>