Shades of Dark Violet #9013CB
Tints of Dark Violet #9013CB
RGB
CMYK
RGB Variations
Color information
#9013CB (or 0x9013CB) is known color: Dark Violet. HEX triplet: 90, 13 and CB. RGB value is (144,19,203). Sum of RGB (Red+Green+Blue) = 144+19+203=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #9013CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9013CB is #6FEC34. Grayscale: #4C4C4C. Windows color (decimal): -7334965 or 13308816. OLE color: 13308816.
HSL color Cylindrical-coordinate representation of color #9013CB: hue angle of 280.76º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9013CB is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 19 | 203 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.20 |
| HSL | 280.76º | 0.83% | 0.44% | - |
| HSV(B) | 280.76º | 0.91% | 0.8% | - |
| XYZ | 22.51 | 10.71 | 57.38 | - |
| YUV | 77.35 | 198.91 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 203 | 0.29 | 0.91 | 0 | 0.20 | 280.76 | 0.83 | 0.44 |
| Hex | 90 | 13 | CB | 1D | 5B | 0 | 14 | 119 | 53 | 2C |
| Octal | 220 | 23 | 313 | 35 | 133 | 0 | 24 | 431 | 123 | 54 |
| Binary | 10010000 | 10011 | 11001011 | 11101 | 1011011 | 0 | 10100 | 100011001 | 1010011 | 101100 |
Color Harmonies of #9013CB
Complementary color
Monochromatic Colors of #9013CB
Black with #9013CB
Text Example
Text Example
White with #9013CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9013CB; }
p { color: rgb(144,19,203); }
H1.HeaderClassName
{
color: #9013CB;
}
.AnyTagClassName
{
color: #9013CB;
}
</style>
background-color css
<style>
a { background-color: #9013CB; }
a { background-color: rgb(144,19,203); }
div.DivClassName
{
background-color: #9013CB;
}
.BgClassName
{
background-color: #9013CB;
}
</style>
border-color css
<style>
span { border-color: #9013CB; }
span { border-color: rgb(144,19,203); }
td.TdClassName
{
border-color: #9013CB;
}
.TagClassName
{
border-color: #9013CB;
}
</style>