Shades of Dark Violet #9202E5
Tints of Dark Violet #9202E5
RGB
CMYK
RGB Variations
Color information
#9202E5 (or 0x9202E5) is known color: Dark Violet. HEX triplet: 92, 02 and E5. RGB value is (146,2,229). Sum of RGB (Red+Green+Blue) = 146+2+229=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 229 (89.84% from 255 or 60.74% from 377); Max value from RGB is 229 - color contains mainly: blue. Hex color #9202E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9202E5 is #6DFD1A. Grayscale: #464646. Windows color (decimal): -7208219 or 15008402. OLE color: 15008402.
HSL color Cylindrical-coordinate representation of color #9202E5: hue angle of 278.06º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9202E5 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 2 | 229 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.10 |
| HSL | 278.06º | 0.98% | 0.45% | - |
| HSV(B) | 278.06º | 0.99% | 0.9% | - |
| XYZ | 26.02 | 11.81 | 75.04 | - |
| YUV | 70.93 | 217.21 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 229 | 0.36 | 0.99 | 0 | 0.10 | 278.06 | 0.98 | 0.45 |
| Hex | 92 | 2 | E5 | 24 | 63 | 0 | A | 116 | 62 | 2D |
| Octal | 222 | 2 | 345 | 44 | 143 | 0 | 12 | 426 | 142 | 55 |
| Binary | 10010010 | 10 | 11100101 | 100100 | 1100011 | 0 | 1010 | 100010110 | 1100010 | 101101 |
Color Harmonies of #9202E5
Complementary color
Monochromatic Colors of #9202E5
Black with #9202E5
Text Example
Text Example
White with #9202E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9202E5; }
p { color: rgb(146,2,229); }
H1.HeaderClassName
{
color: #9202E5;
}
.AnyTagClassName
{
color: #9202E5;
}
</style>
background-color css
<style>
a { background-color: #9202E5; }
a { background-color: rgb(146,2,229); }
div.DivClassName
{
background-color: #9202E5;
}
.BgClassName
{
background-color: #9202E5;
}
</style>
border-color css
<style>
span { border-color: #9202E5; }
span { border-color: rgb(146,2,229); }
td.TdClassName
{
border-color: #9202E5;
}
.TagClassName
{
border-color: #9202E5;
}
</style>