Shades of Dark Violet #9000BA
Tints of Dark Violet #9000BA
RGB
CMYK
RGB Variations
Color information
#9000BA (or 0x9000BA) is known color: Dark Violet. HEX triplet: 90, 00 and BA. RGB value is (144,0,186). Sum of RGB (Red+Green+Blue) = 144+0+186=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #9000BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9000BA is #6FFF45. Grayscale: #3F3F3F. Windows color (decimal): -7339846 or 12189840. OLE color: 12189840.
HSL color Cylindrical-coordinate representation of color #9000BA: hue angle of 286.45º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9000BA is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 0 | 186 | - |
| CMYK | 0.23 | 1 | 0 | 0.27 |
| HSL | 286.45º | 1% | 0.36% | - |
| HSV(B) | 286.45º | 1% | 0.73% | - |
| XYZ | 20.36 | 9.47 | 47.21 | - |
| YUV | 64.26 | 196.71 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 186 | 0.23 | 1 | 0 | 0.27 | 286.45 | 1 | 0.36 |
| Hex | 90 | 0 | BA | 17 | 64 | 0 | 1B | 11E | 64 | 24 |
| Octal | 220 | 0 | 272 | 27 | 144 | 0 | 33 | 436 | 144 | 44 |
| Binary | 10010000 | 0 | 10111010 | 10111 | 1100100 | 0 | 11011 | 100011110 | 1100100 | 100100 |
Color Harmonies of #9000BA
Complementary color
Monochromatic Colors of #9000BA
Black with #9000BA
Text Example
Text Example
White with #9000BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9000BA; }
p { color: rgb(144,0,186); }
H1.HeaderClassName
{
color: #9000BA;
}
.AnyTagClassName
{
color: #9000BA;
}
</style>
background-color css
<style>
a { background-color: #9000BA; }
a { background-color: rgb(144,0,186); }
div.DivClassName
{
background-color: #9000BA;
}
.BgClassName
{
background-color: #9000BA;
}
</style>
border-color css
<style>
span { border-color: #9000BA; }
span { border-color: rgb(144,0,186); }
td.TdClassName
{
border-color: #9000BA;
}
.TagClassName
{
border-color: #9000BA;
}
</style>