Shades of Dark Violet #9200ED
Tints of Dark Violet #9200ED
RGB
CMYK
RGB Variations
Color information
#9200ED (or 0x9200ED) is known color: Dark Violet. HEX triplet: 92, 00 and ED. RGB value is (146,0,237). Sum of RGB (Red+Green+Blue) = 146+0+237=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #9200ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9200ED is #6DFF12. Grayscale: #454545. Windows color (decimal): -7208723 or 15532178. OLE color: 15532178.
HSL color Cylindrical-coordinate representation of color #9200ED: hue angle of 276.96º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9200ED is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 0 | 237 | - |
| CMYK | 0.38 | 1 | 0 | 0.07 |
| HSL | 276.96º | 1% | 0.46% | - |
| HSV(B) | 276.96º | 1% | 0.93% | - |
| XYZ | 27.14 | 12.23 | 81.05 | - |
| YUV | 70.67 | 221.87 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 237 | 0.38 | 1 | 0 | 0.07 | 276.96 | 1 | 0.46 |
| Hex | 92 | 0 | ED | 26 | 64 | 0 | 7 | 115 | 64 | 2E |
| Octal | 222 | 0 | 355 | 46 | 144 | 0 | 7 | 425 | 144 | 56 |
| Binary | 10010010 | 0 | 11101101 | 100110 | 1100100 | 0 | 111 | 100010101 | 1100100 | 101110 |
Color Harmonies of #9200ED
Complementary color
Monochromatic Colors of #9200ED
Black with #9200ED
Text Example
Text Example
White with #9200ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9200ED; }
p { color: rgb(146,0,237); }
H1.HeaderClassName
{
color: #9200ED;
}
.AnyTagClassName
{
color: #9200ED;
}
</style>
background-color css
<style>
a { background-color: #9200ED; }
a { background-color: rgb(146,0,237); }
div.DivClassName
{
background-color: #9200ED;
}
.BgClassName
{
background-color: #9200ED;
}
</style>
border-color css
<style>
span { border-color: #9200ED; }
span { border-color: rgb(146,0,237); }
td.TdClassName
{
border-color: #9200ED;
}
.TagClassName
{
border-color: #9200ED;
}
</style>