Shades of Dark Violet #900BCA
Tints of Dark Violet #900BCA
RGB
CMYK
RGB Variations
Color information
#900BCA (or 0x900BCA) is known color: Dark Violet. HEX triplet: 90, 0B and CA. RGB value is (144,11,202). Sum of RGB (Red+Green+Blue) = 144+11+202=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #900BCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900BCA is #6FF435. Grayscale: #474747. Windows color (decimal): -7337014 or 13241232. OLE color: 13241232.
HSL color Cylindrical-coordinate representation of color #900BCA: hue angle of 281.78º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900BCA is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 11 | 202 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.21 |
| HSL | 281.78º | 0.9% | 0.42% | - |
| HSV(B) | 281.78º | 0.95% | 0.79% | - |
| XYZ | 22.28 | 10.43 | 56.72 | - |
| YUV | 72.54 | 201.06 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 11 | 202 | 0.29 | 0.95 | 0 | 0.21 | 281.78 | 0.9 | 0.42 |
| Hex | 90 | B | CA | 1D | 5F | 0 | 15 | 11A | 5A | 2A |
| Octal | 220 | 13 | 312 | 35 | 137 | 0 | 25 | 432 | 132 | 52 |
| Binary | 10010000 | 1011 | 11001010 | 11101 | 1011111 | 0 | 10101 | 100011010 | 1011010 | 101010 |
Color Harmonies of #900BCA
Complementary color
Monochromatic Colors of #900BCA
Black with #900BCA
Text Example
Text Example
White with #900BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900BCA; }
p { color: rgb(144,11,202); }
H1.HeaderClassName
{
color: #900BCA;
}
.AnyTagClassName
{
color: #900BCA;
}
</style>
background-color css
<style>
a { background-color: #900BCA; }
a { background-color: rgb(144,11,202); }
div.DivClassName
{
background-color: #900BCA;
}
.BgClassName
{
background-color: #900BCA;
}
</style>
border-color css
<style>
span { border-color: #900BCA; }
span { border-color: rgb(144,11,202); }
td.TdClassName
{
border-color: #900BCA;
}
.TagClassName
{
border-color: #900BCA;
}
</style>