Shades of Dark Violet #9013BF
Tints of Dark Violet #9013BF
RGB
CMYK
RGB Variations
Color information
#9013BF (or 0x9013BF) is known color: Dark Violet. HEX triplet: 90, 13 and BF. RGB value is (144,19,191). Sum of RGB (Red+Green+Blue) = 144+19+191=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #9013BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9013BF is #6FEC40. Grayscale: #4B4B4B. Windows color (decimal): -7334977 or 12522384. OLE color: 12522384.
HSL color Cylindrical-coordinate representation of color #9013BF: hue angle of 283.6º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9013BF is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 19 | 191 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.25 |
| HSL | 283.6º | 0.82% | 0.41% | - |
| HSV(B) | 283.6º | 0.9% | 0.75% | - |
| XYZ | 21.14 | 10.16 | 50.14 | - |
| YUV | 75.98 | 192.91 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 191 | 0.25 | 0.90 | 0 | 0.25 | 283.6 | 0.82 | 0.41 |
| Hex | 90 | 13 | BF | 19 | 5A | 0 | 19 | 11C | 52 | 29 |
| Octal | 220 | 23 | 277 | 31 | 132 | 0 | 31 | 434 | 122 | 51 |
| Binary | 10010000 | 10011 | 10111111 | 11001 | 1011010 | 0 | 11001 | 100011100 | 1010010 | 101001 |
Color Harmonies of #9013BF
Complementary color
Monochromatic Colors of #9013BF
Black with #9013BF
Text Example
Text Example
White with #9013BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9013BF; }
p { color: rgb(144,19,191); }
H1.HeaderClassName
{
color: #9013BF;
}
.AnyTagClassName
{
color: #9013BF;
}
</style>
background-color css
<style>
a { background-color: #9013BF; }
a { background-color: rgb(144,19,191); }
div.DivClassName
{
background-color: #9013BF;
}
.BgClassName
{
background-color: #9013BF;
}
</style>
border-color css
<style>
span { border-color: #9013BF; }
span { border-color: rgb(144,19,191); }
td.TdClassName
{
border-color: #9013BF;
}
.TagClassName
{
border-color: #9013BF;
}
</style>