Shades of Dark Violet #9014BB
Tints of Dark Violet #9014BB
RGB
CMYK
RGB Variations
Color information
#9014BB (or 0x9014BB) is known color: Dark Violet. HEX triplet: 90, 14 and BB. RGB value is (144,20,187). Sum of RGB (Red+Green+Blue) = 144+20+187=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #9014BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9014BB is #6FEB44. Grayscale: #4B4B4B. Windows color (decimal): -7334725 or 12260496. OLE color: 12260496.
HSL color Cylindrical-coordinate representation of color #9014BB: hue angle of 284.55º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9014BB is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 20 | 187 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.27 |
| HSL | 284.55º | 0.81% | 0.41% | - |
| HSV(B) | 284.55º | 0.89% | 0.73% | - |
| XYZ | 20.72 | 10.02 | 47.86 | - |
| YUV | 76.11 | 190.58 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 187 | 0.23 | 0.89 | 0 | 0.27 | 284.55 | 0.81 | 0.41 |
| Hex | 90 | 14 | BB | 17 | 59 | 0 | 1B | 11D | 51 | 29 |
| Octal | 220 | 24 | 273 | 27 | 131 | 0 | 33 | 435 | 121 | 51 |
| Binary | 10010000 | 10100 | 10111011 | 10111 | 1011001 | 0 | 11011 | 100011101 | 1010001 | 101001 |
Color Harmonies of #9014BB
Complementary color
Monochromatic Colors of #9014BB
Black with #9014BB
Text Example
Text Example
White with #9014BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9014BB; }
p { color: rgb(144,20,187); }
H1.HeaderClassName
{
color: #9014BB;
}
.AnyTagClassName
{
color: #9014BB;
}
</style>
background-color css
<style>
a { background-color: #9014BB; }
a { background-color: rgb(144,20,187); }
div.DivClassName
{
background-color: #9014BB;
}
.BgClassName
{
background-color: #9014BB;
}
</style>
border-color css
<style>
span { border-color: #9014BB; }
span { border-color: rgb(144,20,187); }
td.TdClassName
{
border-color: #9014BB;
}
.TagClassName
{
border-color: #9014BB;
}
</style>