Shades of Dark Violet #9202EC
Tints of Dark Violet #9202EC
RGB
CMYK
RGB Variations
Color information
#9202EC (or 0x9202EC) is known color: Dark Violet. HEX triplet: 92, 02 and EC. RGB value is (146,2,236). Sum of RGB (Red+Green+Blue) = 146+2+236=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #9202EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9202EC is #6DFD13. Grayscale: #464646. Windows color (decimal): -7208212 or 15467154. OLE color: 15467154.
HSL color Cylindrical-coordinate representation of color #9202EC: hue angle of 276.92º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9202EC is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 2 | 236 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.07 |
| HSL | 276.92º | 0.98% | 0.47% | - |
| HSV(B) | 276.92º | 0.99% | 0.93% | - |
| XYZ | 27.02 | 12.21 | 80.29 | - |
| YUV | 71.73 | 220.71 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 236 | 0.38 | 0.99 | 0 | 0.07 | 276.92 | 0.98 | 0.47 |
| Hex | 92 | 2 | EC | 26 | 63 | 0 | 7 | 115 | 62 | 2F |
| Octal | 222 | 2 | 354 | 46 | 143 | 0 | 7 | 425 | 142 | 57 |
| Binary | 10010010 | 10 | 11101100 | 100110 | 1100011 | 0 | 111 | 100010101 | 1100010 | 101111 |
Color Harmonies of #9202EC
Complementary color
Monochromatic Colors of #9202EC
Black with #9202EC
Text Example
Text Example
White with #9202EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9202EC; }
p { color: rgb(146,2,236); }
H1.HeaderClassName
{
color: #9202EC;
}
.AnyTagClassName
{
color: #9202EC;
}
</style>
background-color css
<style>
a { background-color: #9202EC; }
a { background-color: rgb(146,2,236); }
div.DivClassName
{
background-color: #9202EC;
}
.BgClassName
{
background-color: #9202EC;
}
</style>
border-color css
<style>
span { border-color: #9202EC; }
span { border-color: rgb(146,2,236); }
td.TdClassName
{
border-color: #9202EC;
}
.TagClassName
{
border-color: #9202EC;
}
</style>