Shades of Dark Violet #9202B5
Tints of Dark Violet #9202B5
RGB
CMYK
RGB Variations
Color information
#9202B5 (or 0x9202B5) is known color: Dark Violet. HEX triplet: 92, 02 and B5. RGB value is (146,2,181). Sum of RGB (Red+Green+Blue) = 146+2+181=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 181 (71.09% from 255 or 55.02% from 329); Max value from RGB is 181 - color contains mainly: blue. Hex color #9202B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9202B5 is #6DFD4A. Grayscale: #404040. Windows color (decimal): -7208267 or 11862674. OLE color: 11862674.
HSL color Cylindrical-coordinate representation of color #9202B5: hue angle of 288.27º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9202B5 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 2 | 181 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.29 |
| HSL | 288.27º | 0.98% | 0.36% | - |
| HSV(B) | 288.27º | 0.99% | 0.71% | - |
| XYZ | 20.22 | 9.49 | 44.48 | - |
| YUV | 65.46 | 193.21 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 181 | 0.19 | 0.99 | 0 | 0.29 | 288.27 | 0.98 | 0.36 |
| Hex | 92 | 2 | B5 | 13 | 63 | 0 | 1D | 120 | 62 | 24 |
| Octal | 222 | 2 | 265 | 23 | 143 | 0 | 35 | 440 | 142 | 44 |
| Binary | 10010010 | 10 | 10110101 | 10011 | 1100011 | 0 | 11101 | 100100000 | 1100010 | 100100 |
Color Harmonies of #9202B5
Complementary color
Monochromatic Colors of #9202B5
Black with #9202B5
Text Example
Text Example
White with #9202B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9202B5; }
p { color: rgb(146,2,181); }
H1.HeaderClassName
{
color: #9202B5;
}
.AnyTagClassName
{
color: #9202B5;
}
</style>
background-color css
<style>
a { background-color: #9202B5; }
a { background-color: rgb(146,2,181); }
div.DivClassName
{
background-color: #9202B5;
}
.BgClassName
{
background-color: #9202B5;
}
</style>
border-color css
<style>
span { border-color: #9202B5; }
span { border-color: rgb(146,2,181); }
td.TdClassName
{
border-color: #9202B5;
}
.TagClassName
{
border-color: #9202B5;
}
</style>