Shades of Dark Violet #9204FE
Tints of Dark Violet #9204FE
RGB
CMYK
RGB Variations
Color information
#9204FE (or 0x9204FE) is known color: Dark Violet. HEX triplet: 92, 04 and FE. RGB value is (146,4,254). Sum of RGB (Red+Green+Blue) = 146+4+254=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #9204FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9204FE is #6DFB01. Grayscale: #4A4A4A. Windows color (decimal): -7207682 or 16647314. OLE color: 16647314.
HSL color Cylindrical-coordinate representation of color #9204FE: hue angle of 274.08º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9204FE is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 4 | 254 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.00 |
| HSL | 274.08º | 0.99% | 0.51% | - |
| HSV(B) | 274.08º | 0.98% | 1% | - |
| XYZ | 29.79 | 13.35 | 94.77 | - |
| YUV | 74.96 | 229.04 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 4 | 254 | 0.43 | 0.98 | 0 | 0.00 | 274.08 | 0.99 | 0.51 |
| Hex | 92 | 4 | FE | 2B | 62 | 0 | 0 | 112 | 63 | 33 |
| Octal | 222 | 4 | 376 | 53 | 142 | 0 | 0 | 422 | 143 | 63 |
| Binary | 10010010 | 100 | 11111110 | 101011 | 1100010 | 0 | 0 | 100010010 | 1100011 | 110011 |
Color Harmonies of #9204FE
Complementary color
Monochromatic Colors of #9204FE
Black with #9204FE
Text Example
Text Example
White with #9204FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9204FE; }
p { color: rgb(146,4,254); }
H1.HeaderClassName
{
color: #9204FE;
}
.AnyTagClassName
{
color: #9204FE;
}
</style>
background-color css
<style>
a { background-color: #9204FE; }
a { background-color: rgb(146,4,254); }
div.DivClassName
{
background-color: #9204FE;
}
.BgClassName
{
background-color: #9204FE;
}
</style>
border-color css
<style>
span { border-color: #9204FE; }
span { border-color: rgb(146,4,254); }
td.TdClassName
{
border-color: #9204FE;
}
.TagClassName
{
border-color: #9204FE;
}
</style>