Shades of Dark Violet #9205EA
Tints of Dark Violet #9205EA
RGB
CMYK
RGB Variations
Color information
#9205EA (or 0x9205EA) is known color: Dark Violet. HEX triplet: 92, 05 and EA. RGB value is (146,5,234). Sum of RGB (Red+Green+Blue) = 146+5+234=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #9205EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9205EA is #6DFA15. Grayscale: #484848. Windows color (decimal): -7207446 or 15336850. OLE color: 15336850.
HSL color Cylindrical-coordinate representation of color #9205EA: hue angle of 276.94º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9205EA is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 5 | 234 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.08 |
| HSL | 276.94º | 0.96% | 0.47% | - |
| HSV(B) | 276.94º | 0.98% | 0.92% | - |
| XYZ | 26.76 | 12.16 | 78.78 | - |
| YUV | 73.27 | 218.71 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 5 | 234 | 0.38 | 0.98 | 0 | 0.08 | 276.94 | 0.96 | 0.47 |
| Hex | 92 | 5 | EA | 26 | 62 | 0 | 8 | 115 | 60 | 2F |
| Octal | 222 | 5 | 352 | 46 | 142 | 0 | 10 | 425 | 140 | 57 |
| Binary | 10010010 | 101 | 11101010 | 100110 | 1100010 | 0 | 1000 | 100010101 | 1100000 | 101111 |
Color Harmonies of #9205EA
Complementary color
Monochromatic Colors of #9205EA
Black with #9205EA
Text Example
Text Example
White with #9205EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9205EA; }
p { color: rgb(146,5,234); }
H1.HeaderClassName
{
color: #9205EA;
}
.AnyTagClassName
{
color: #9205EA;
}
</style>
background-color css
<style>
a { background-color: #9205EA; }
a { background-color: rgb(146,5,234); }
div.DivClassName
{
background-color: #9205EA;
}
.BgClassName
{
background-color: #9205EA;
}
</style>
border-color css
<style>
span { border-color: #9205EA; }
span { border-color: rgb(146,5,234); }
td.TdClassName
{
border-color: #9205EA;
}
.TagClassName
{
border-color: #9205EA;
}
</style>