Shades of Dark Violet #9010BC
Tints of Dark Violet #9010BC
RGB
CMYK
RGB Variations
Color information
#9010BC (or 0x9010BC) is known color: Dark Violet. HEX triplet: 90, 10 and BC. RGB value is (144,16,188). Sum of RGB (Red+Green+Blue) = 144+16+188=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #9010BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9010BC is #6FEF43. Grayscale: #494949. Windows color (decimal): -7335748 or 12325008. OLE color: 12325008.
HSL color Cylindrical-coordinate representation of color #9010BC: hue angle of 284.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9010BC is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 16 | 188 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.26 |
| HSL | 284.65º | 0.84% | 0.4% | - |
| HSV(B) | 284.65º | 0.91% | 0.74% | - |
| XYZ | 20.76 | 9.93 | 48.4 | - |
| YUV | 73.88 | 192.41 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 188 | 0.23 | 0.91 | 0 | 0.26 | 284.65 | 0.84 | 0.4 |
| Hex | 90 | 10 | BC | 17 | 5B | 0 | 1A | 11D | 54 | 28 |
| Octal | 220 | 20 | 274 | 27 | 133 | 0 | 32 | 435 | 124 | 50 |
| Binary | 10010000 | 10000 | 10111100 | 10111 | 1011011 | 0 | 11010 | 100011101 | 1010100 | 101000 |
Color Harmonies of #9010BC
Complementary color
Monochromatic Colors of #9010BC
Black with #9010BC
Text Example
Text Example
White with #9010BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9010BC; }
p { color: rgb(144,16,188); }
H1.HeaderClassName
{
color: #9010BC;
}
.AnyTagClassName
{
color: #9010BC;
}
</style>
background-color css
<style>
a { background-color: #9010BC; }
a { background-color: rgb(144,16,188); }
div.DivClassName
{
background-color: #9010BC;
}
.BgClassName
{
background-color: #9010BC;
}
</style>
border-color css
<style>
span { border-color: #9010BC; }
span { border-color: rgb(144,16,188); }
td.TdClassName
{
border-color: #9010BC;
}
.TagClassName
{
border-color: #9010BC;
}
</style>