Shades of Dark Violet #9201BA
Tints of Dark Violet #9201BA
RGB
CMYK
RGB Variations
Color information
#9201BA (or 0x9201BA) is known color: Dark Violet. HEX triplet: 92, 01 and BA. RGB value is (146,1,186). Sum of RGB (Red+Green+Blue) = 146+1+186=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #9201BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9201BA is #6DFE45. Grayscale: #404040. Windows color (decimal): -7208518 or 12190098. OLE color: 12190098.
HSL color Cylindrical-coordinate representation of color #9201BA: hue angle of 287.03º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9201BA is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 1 | 186 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.27 |
| HSL | 287.03º | 0.99% | 0.37% | - |
| HSV(B) | 287.03º | 0.99% | 0.73% | - |
| XYZ | 20.73 | 9.68 | 47.23 | - |
| YUV | 65.45 | 196.04 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 186 | 0.22 | 0.99 | 0 | 0.27 | 287.03 | 0.99 | 0.37 |
| Hex | 92 | 1 | BA | 16 | 63 | 0 | 1B | 11F | 63 | 25 |
| Octal | 222 | 1 | 272 | 26 | 143 | 0 | 33 | 437 | 143 | 45 |
| Binary | 10010010 | 1 | 10111010 | 10110 | 1100011 | 0 | 11011 | 100011111 | 1100011 | 100101 |
Color Harmonies of #9201BA
Complementary color
Monochromatic Colors of #9201BA
Black with #9201BA
Text Example
Text Example
White with #9201BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9201BA; }
p { color: rgb(146,1,186); }
H1.HeaderClassName
{
color: #9201BA;
}
.AnyTagClassName
{
color: #9201BA;
}
</style>
background-color css
<style>
a { background-color: #9201BA; }
a { background-color: rgb(146,1,186); }
div.DivClassName
{
background-color: #9201BA;
}
.BgClassName
{
background-color: #9201BA;
}
</style>
border-color css
<style>
span { border-color: #9201BA; }
span { border-color: rgb(146,1,186); }
td.TdClassName
{
border-color: #9201BA;
}
.TagClassName
{
border-color: #9201BA;
}
</style>