Shades of Dark Violet #9013BD
Tints of Dark Violet #9013BD
RGB
CMYK
RGB Variations
Color information
#9013BD (or 0x9013BD) is known color: Dark Violet. HEX triplet: 90, 13 and BD. RGB value is (144,19,189). Sum of RGB (Red+Green+Blue) = 144+19+189=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #9013BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9013BD is #6FEC42. Grayscale: #4B4B4B. Windows color (decimal): -7334979 or 12391312. OLE color: 12391312.
HSL color Cylindrical-coordinate representation of color #9013BD: hue angle of 284.12º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9013BD is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 19 | 189 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.26 |
| HSL | 284.12º | 0.82% | 0.41% | - |
| HSV(B) | 284.12º | 0.9% | 0.74% | - |
| XYZ | 20.92 | 10.07 | 48.99 | - |
| YUV | 75.76 | 191.91 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 189 | 0.24 | 0.90 | 0 | 0.26 | 284.12 | 0.82 | 0.41 |
| Hex | 90 | 13 | BD | 18 | 5A | 0 | 1A | 11C | 52 | 29 |
| Octal | 220 | 23 | 275 | 30 | 132 | 0 | 32 | 434 | 122 | 51 |
| Binary | 10010000 | 10011 | 10111101 | 11000 | 1011010 | 0 | 11010 | 100011100 | 1010010 | 101001 |
Color Harmonies of #9013BD
Complementary color
Monochromatic Colors of #9013BD
Black with #9013BD
Text Example
Text Example
White with #9013BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9013BD; }
p { color: rgb(144,19,189); }
H1.HeaderClassName
{
color: #9013BD;
}
.AnyTagClassName
{
color: #9013BD;
}
</style>
background-color css
<style>
a { background-color: #9013BD; }
a { background-color: rgb(144,19,189); }
div.DivClassName
{
background-color: #9013BD;
}
.BgClassName
{
background-color: #9013BD;
}
</style>
border-color css
<style>
span { border-color: #9013BD; }
span { border-color: rgb(144,19,189); }
td.TdClassName
{
border-color: #9013BD;
}
.TagClassName
{
border-color: #9013BD;
}
</style>