Shades of Dark Violet #9205DD
Tints of Dark Violet #9205DD
RGB
CMYK
RGB Variations
Color information
#9205DD (or 0x9205DD) is known color: Dark Violet. HEX triplet: 92, 05 and DD. RGB value is (146,5,221). Sum of RGB (Red+Green+Blue) = 146+5+221=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #9205DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9205DD is #6DFA22. Grayscale: #474747. Windows color (decimal): -7207459 or 14484882. OLE color: 14484882.
HSL color Cylindrical-coordinate representation of color #9205DD: hue angle of 279.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9205DD is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 5 | 221 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.13 |
| HSL | 279.17º | 0.96% | 0.44% | - |
| HSV(B) | 279.17º | 0.98% | 0.87% | - |
| XYZ | 24.96 | 11.44 | 69.3 | - |
| YUV | 71.78 | 212.21 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 5 | 221 | 0.34 | 0.98 | 0 | 0.13 | 279.17 | 0.96 | 0.44 |
| Hex | 92 | 5 | DD | 22 | 62 | 0 | D | 117 | 60 | 2C |
| Octal | 222 | 5 | 335 | 42 | 142 | 0 | 15 | 427 | 140 | 54 |
| Binary | 10010010 | 101 | 11011101 | 100010 | 1100010 | 0 | 1101 | 100010111 | 1100000 | 101100 |
Color Harmonies of #9205DD
Complementary color
Monochromatic Colors of #9205DD
Black with #9205DD
Text Example
Text Example
White with #9205DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9205DD; }
p { color: rgb(146,5,221); }
H1.HeaderClassName
{
color: #9205DD;
}
.AnyTagClassName
{
color: #9205DD;
}
</style>
background-color css
<style>
a { background-color: #9205DD; }
a { background-color: rgb(146,5,221); }
div.DivClassName
{
background-color: #9205DD;
}
.BgClassName
{
background-color: #9205DD;
}
</style>
border-color css
<style>
span { border-color: #9205DD; }
span { border-color: rgb(146,5,221); }
td.TdClassName
{
border-color: #9205DD;
}
.TagClassName
{
border-color: #9205DD;
}
</style>