Shades of Dark Violet #9203BA
Tints of Dark Violet #9203BA
RGB
CMYK
RGB Variations
Color information
#9203BA (or 0x9203BA) is known color: Dark Violet. HEX triplet: 92, 03 and BA. RGB value is (146,3,186). Sum of RGB (Red+Green+Blue) = 146+3+186=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 3 (1.56% from 255 or 0.90% 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 #9203BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9203BA is #6DFC45. Grayscale: #424242. Windows color (decimal): -7208006 or 12190610. OLE color: 12190610.
HSL color Cylindrical-coordinate representation of color #9203BA: hue angle of 286.89º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9203BA is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 3 | 186 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.27 |
| HSL | 286.89º | 0.97% | 0.37% | - |
| HSV(B) | 286.89º | 0.98% | 0.73% | - |
| XYZ | 20.75 | 9.72 | 47.24 | - |
| YUV | 66.62 | 195.38 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 3 | 186 | 0.22 | 0.98 | 0 | 0.27 | 286.89 | 0.97 | 0.37 |
| Hex | 92 | 3 | BA | 16 | 62 | 0 | 1B | 11F | 61 | 25 |
| Octal | 222 | 3 | 272 | 26 | 142 | 0 | 33 | 437 | 141 | 45 |
| Binary | 10010010 | 11 | 10111010 | 10110 | 1100010 | 0 | 11011 | 100011111 | 1100001 | 100101 |
Color Harmonies of #9203BA
Complementary color
Monochromatic Colors of #9203BA
Black with #9203BA
Text Example
Text Example
White with #9203BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9203BA; }
p { color: rgb(146,3,186); }
H1.HeaderClassName
{
color: #9203BA;
}
.AnyTagClassName
{
color: #9203BA;
}
</style>
background-color css
<style>
a { background-color: #9203BA; }
a { background-color: rgb(146,3,186); }
div.DivClassName
{
background-color: #9203BA;
}
.BgClassName
{
background-color: #9203BA;
}
</style>
border-color css
<style>
span { border-color: #9203BA; }
span { border-color: rgb(146,3,186); }
td.TdClassName
{
border-color: #9203BA;
}
.TagClassName
{
border-color: #9203BA;
}
</style>