Shades of Dark Violet #9205ED
Tints of Dark Violet #9205ED
RGB
CMYK
RGB Variations
Color information
#9205ED (or 0x9205ED) is known color: Dark Violet. HEX triplet: 92, 05 and ED. RGB value is (146,5,237). Sum of RGB (Red+Green+Blue) = 146+5+237=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #9205ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9205ED is #6DFA12. Grayscale: #484848. Windows color (decimal): -7207443 or 15533458. OLE color: 15533458.
HSL color Cylindrical-coordinate representation of color #9205ED: hue angle of 276.47º degrees, saturation: 0.96, 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 #9205ED is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 5 | 237 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.07 |
| HSL | 276.47º | 0.96% | 0.47% | - |
| HSV(B) | 276.47º | 0.98% | 0.93% | - |
| XYZ | 27.19 | 12.33 | 81.07 | - |
| YUV | 73.61 | 220.21 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 5 | 237 | 0.38 | 0.98 | 0 | 0.07 | 276.47 | 0.96 | 0.47 |
| Hex | 92 | 5 | ED | 26 | 62 | 0 | 7 | 114 | 60 | 2F |
| Octal | 222 | 5 | 355 | 46 | 142 | 0 | 7 | 424 | 140 | 57 |
| Binary | 10010010 | 101 | 11101101 | 100110 | 1100010 | 0 | 111 | 100010100 | 1100000 | 101111 |
Color Harmonies of #9205ED
Complementary color
Monochromatic Colors of #9205ED
Black with #9205ED
Text Example
Text Example
White with #9205ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9205ED; }
p { color: rgb(146,5,237); }
H1.HeaderClassName
{
color: #9205ED;
}
.AnyTagClassName
{
color: #9205ED;
}
</style>
background-color css
<style>
a { background-color: #9205ED; }
a { background-color: rgb(146,5,237); }
div.DivClassName
{
background-color: #9205ED;
}
.BgClassName
{
background-color: #9205ED;
}
</style>
border-color css
<style>
span { border-color: #9205ED; }
span { border-color: rgb(146,5,237); }
td.TdClassName
{
border-color: #9205ED;
}
.TagClassName
{
border-color: #9205ED;
}
</style>