Shades of Dark Violet #9202ED
Tints of Dark Violet #9202ED
RGB
CMYK
RGB Variations
Color information
#9202ED (or 0x9202ED) is known color: Dark Violet. HEX triplet: 92, 02 and ED. RGB value is (146,2,237). Sum of RGB (Red+Green+Blue) = 146+2+237=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #9202ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9202ED is #6DFD12. Grayscale: #474747. Windows color (decimal): -7208211 or 15532690. OLE color: 15532690.
HSL color Cylindrical-coordinate representation of color #9202ED: hue angle of 276.77º 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 #9202ED is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 2 | 237 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.07 |
| HSL | 276.77º | 0.98% | 0.47% | - |
| HSV(B) | 276.77º | 0.99% | 0.93% | - |
| XYZ | 27.16 | 12.27 | 81.06 | - |
| YUV | 71.85 | 221.21 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 237 | 0.38 | 0.99 | 0 | 0.07 | 276.77 | 0.98 | 0.47 |
| Hex | 92 | 2 | ED | 26 | 63 | 0 | 7 | 115 | 62 | 2F |
| Octal | 222 | 2 | 355 | 46 | 143 | 0 | 7 | 425 | 142 | 57 |
| Binary | 10010010 | 10 | 11101101 | 100110 | 1100011 | 0 | 111 | 100010101 | 1100010 | 101111 |
Color Harmonies of #9202ED
Complementary color
Monochromatic Colors of #9202ED
Black with #9202ED
Text Example
Text Example
White with #9202ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9202ED; }
p { color: rgb(146,2,237); }
H1.HeaderClassName
{
color: #9202ED;
}
.AnyTagClassName
{
color: #9202ED;
}
</style>
background-color css
<style>
a { background-color: #9202ED; }
a { background-color: rgb(146,2,237); }
div.DivClassName
{
background-color: #9202ED;
}
.BgClassName
{
background-color: #9202ED;
}
</style>
border-color css
<style>
span { border-color: #9202ED; }
span { border-color: rgb(146,2,237); }
td.TdClassName
{
border-color: #9202ED;
}
.TagClassName
{
border-color: #9202ED;
}
</style>