Shades of Dark Violet #9205D0
Tints of Dark Violet #9205D0
RGB
CMYK
RGB Variations
Color information
#9205D0 (or 0x9205D0) is known color: Dark Violet. HEX triplet: 92, 05 and D0. RGB value is (146,5,208). Sum of RGB (Red+Green+Blue) = 146+5+208=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 208 (81.64% from 255 or 57.94% from 359); Max value from RGB is 208 - color contains mainly: blue. Hex color #9205D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9205D0 is #6DFA2F. Grayscale: #454545. Windows color (decimal): -7207472 or 13632914. OLE color: 13632914.
HSL color Cylindrical-coordinate representation of color #9205D0: hue angle of 281.67º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9205D0 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 5 | 208 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.18 |
| HSL | 281.67º | 0.95% | 0.42% | - |
| HSV(B) | 281.67º | 0.98% | 0.82% | - |
| XYZ | 23.29 | 10.77 | 60.53 | - |
| YUV | 70.3 | 205.71 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 5 | 208 | 0.30 | 0.98 | 0 | 0.18 | 281.67 | 0.95 | 0.42 |
| Hex | 92 | 5 | D0 | 1E | 62 | 0 | 12 | 11A | 5F | 2A |
| Octal | 222 | 5 | 320 | 36 | 142 | 0 | 22 | 432 | 137 | 52 |
| Binary | 10010010 | 101 | 11010000 | 11110 | 1100010 | 0 | 10010 | 100011010 | 1011111 | 101010 |
Color Harmonies of #9205D0
Complementary color
Monochromatic Colors of #9205D0
Black with #9205D0
Text Example
Text Example
White with #9205D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9205D0; }
p { color: rgb(146,5,208); }
H1.HeaderClassName
{
color: #9205D0;
}
.AnyTagClassName
{
color: #9205D0;
}
</style>
background-color css
<style>
a { background-color: #9205D0; }
a { background-color: rgb(146,5,208); }
div.DivClassName
{
background-color: #9205D0;
}
.BgClassName
{
background-color: #9205D0;
}
</style>
border-color css
<style>
span { border-color: #9205D0; }
span { border-color: rgb(146,5,208); }
td.TdClassName
{
border-color: #9205D0;
}
.TagClassName
{
border-color: #9205D0;
}
</style>