Shades of Dark Violet #9204ED
Tints of Dark Violet #9204ED
RGB
CMYK
RGB Variations
Color information
#9204ED (or 0x9204ED) is known color: Dark Violet. HEX triplet: 92, 04 and ED. RGB value is (146,4,237). Sum of RGB (Red+Green+Blue) = 146+4+237=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #9204ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9204ED is #6DFB12. Grayscale: #484848. Windows color (decimal): -7207699 or 15533202. OLE color: 15533202.
HSL color Cylindrical-coordinate representation of color #9204ED: hue angle of 276.57º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9204ED is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 4 | 237 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.07 |
| HSL | 276.57º | 0.97% | 0.47% | - |
| HSV(B) | 276.57º | 0.98% | 0.93% | - |
| XYZ | 27.18 | 12.31 | 81.06 | - |
| YUV | 73.02 | 220.54 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 4 | 237 | 0.38 | 0.98 | 0 | 0.07 | 276.57 | 0.97 | 0.47 |
| Hex | 92 | 4 | ED | 26 | 62 | 0 | 7 | 115 | 61 | 2F |
| Octal | 222 | 4 | 355 | 46 | 142 | 0 | 7 | 425 | 141 | 57 |
| Binary | 10010010 | 100 | 11101101 | 100110 | 1100010 | 0 | 111 | 100010101 | 1100001 | 101111 |
Color Harmonies of #9204ED
Complementary color
Monochromatic Colors of #9204ED
Black with #9204ED
Text Example
Text Example
White with #9204ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9204ED; }
p { color: rgb(146,4,237); }
H1.HeaderClassName
{
color: #9204ED;
}
.AnyTagClassName
{
color: #9204ED;
}
</style>
background-color css
<style>
a { background-color: #9204ED; }
a { background-color: rgb(146,4,237); }
div.DivClassName
{
background-color: #9204ED;
}
.BgClassName
{
background-color: #9204ED;
}
</style>
border-color css
<style>
span { border-color: #9204ED; }
span { border-color: rgb(146,4,237); }
td.TdClassName
{
border-color: #9204ED;
}
.TagClassName
{
border-color: #9204ED;
}
</style>