Shades of Dark Violet #9005BA
Tints of Dark Violet #9005BA
RGB
CMYK
RGB Variations
Color information
#9005BA (or 0x9005BA) is known color: Dark Violet. HEX triplet: 90, 05 and BA. RGB value is (144,5,186). Sum of RGB (Red+Green+Blue) = 144+5+186=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #9005BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9005BA is #6FFA45. Grayscale: #424242. Windows color (decimal): -7338566 or 12191120. OLE color: 12191120.
HSL color Cylindrical-coordinate representation of color #9005BA: hue angle of 286.08º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9005BA is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 5 | 186 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.27 |
| HSL | 286.08º | 0.95% | 0.37% | - |
| HSV(B) | 286.08º | 0.97% | 0.73% | - |
| XYZ | 20.42 | 9.58 | 47.23 | - |
| YUV | 67.2 | 195.05 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 186 | 0.23 | 0.97 | 0 | 0.27 | 286.08 | 0.95 | 0.37 |
| Hex | 90 | 5 | BA | 17 | 61 | 0 | 1B | 11E | 5F | 25 |
| Octal | 220 | 5 | 272 | 27 | 141 | 0 | 33 | 436 | 137 | 45 |
| Binary | 10010000 | 101 | 10111010 | 10111 | 1100001 | 0 | 11011 | 100011110 | 1011111 | 100101 |
Color Harmonies of #9005BA
Complementary color
Monochromatic Colors of #9005BA
Black with #9005BA
Text Example
Text Example
White with #9005BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9005BA; }
p { color: rgb(144,5,186); }
H1.HeaderClassName
{
color: #9005BA;
}
.AnyTagClassName
{
color: #9005BA;
}
</style>
background-color css
<style>
a { background-color: #9005BA; }
a { background-color: rgb(144,5,186); }
div.DivClassName
{
background-color: #9005BA;
}
.BgClassName
{
background-color: #9005BA;
}
</style>
border-color css
<style>
span { border-color: #9005BA; }
span { border-color: rgb(144,5,186); }
td.TdClassName
{
border-color: #9005BA;
}
.TagClassName
{
border-color: #9005BA;
}
</style>