Shades of Dark Violet #9010BD
Tints of Dark Violet #9010BD
RGB
CMYK
RGB Variations
Color information
#9010BD (or 0x9010BD) is known color: Dark Violet. HEX triplet: 90, 10 and BD. RGB value is (144,16,189). Sum of RGB (Red+Green+Blue) = 144+16+189=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #9010BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9010BD is #6FEF42. Grayscale: #494949. Windows color (decimal): -7335747 or 12390544. OLE color: 12390544.
HSL color Cylindrical-coordinate representation of color #9010BD: hue angle of 284.39º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9010BD is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 16 | 189 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.26 |
| HSL | 284.39º | 0.84% | 0.4% | - |
| HSV(B) | 284.39º | 0.92% | 0.74% | - |
| XYZ | 20.87 | 9.97 | 48.97 | - |
| YUV | 73.99 | 192.91 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 189 | 0.24 | 0.92 | 0 | 0.26 | 284.39 | 0.84 | 0.4 |
| Hex | 90 | 10 | BD | 18 | 5C | 0 | 1A | 11C | 54 | 28 |
| Octal | 220 | 20 | 275 | 30 | 134 | 0 | 32 | 434 | 124 | 50 |
| Binary | 10010000 | 10000 | 10111101 | 11000 | 1011100 | 0 | 11010 | 100011100 | 1010100 | 101000 |
Color Harmonies of #9010BD
Complementary color
Monochromatic Colors of #9010BD
Black with #9010BD
Text Example
Text Example
White with #9010BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9010BD; }
p { color: rgb(144,16,189); }
H1.HeaderClassName
{
color: #9010BD;
}
.AnyTagClassName
{
color: #9010BD;
}
</style>
background-color css
<style>
a { background-color: #9010BD; }
a { background-color: rgb(144,16,189); }
div.DivClassName
{
background-color: #9010BD;
}
.BgClassName
{
background-color: #9010BD;
}
</style>
border-color css
<style>
span { border-color: #9010BD; }
span { border-color: rgb(144,16,189); }
td.TdClassName
{
border-color: #9010BD;
}
.TagClassName
{
border-color: #9010BD;
}
</style>