Shades of Dark Violet #9205CC
Tints of Dark Violet #9205CC
RGB
CMYK
RGB Variations
Color information
#9205CC (or 0x9205CC) is known color: Dark Violet. HEX triplet: 92, 05 and CC. RGB value is (146,5,204). Sum of RGB (Red+Green+Blue) = 146+5+204=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #9205CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9205CC is #6DFA33. Grayscale: #454545. Windows color (decimal): -7207476 or 13370770. OLE color: 13370770.
HSL color Cylindrical-coordinate representation of color #9205CC: hue angle of 282.51º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9205CC is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 5 | 204 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.2 |
| HSL | 282.51º | 0.95% | 0.41% | - |
| HSV(B) | 282.51º | 0.98% | 0.8% | - |
| XYZ | 22.81 | 10.58 | 57.97 | - |
| YUV | 69.85 | 203.71 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 5 | 204 | 0.28 | 0.98 | 0 | 0.2 | 282.51 | 0.95 | 0.41 |
| Hex | 92 | 5 | CC | 1C | 62 | 0 | 14 | 11B | 5F | 29 |
| Octal | 222 | 5 | 314 | 34 | 142 | 0 | 24 | 433 | 137 | 51 |
| Binary | 10010010 | 101 | 11001100 | 11100 | 1100010 | 0 | 10100 | 100011011 | 1011111 | 101001 |
Color Harmonies of #9205CC
Complementary color
Monochromatic Colors of #9205CC
Black with #9205CC
Text Example
Text Example
White with #9205CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9205CC; }
p { color: rgb(146,5,204); }
H1.HeaderClassName
{
color: #9205CC;
}
.AnyTagClassName
{
color: #9205CC;
}
</style>
background-color css
<style>
a { background-color: #9205CC; }
a { background-color: rgb(146,5,204); }
div.DivClassName
{
background-color: #9205CC;
}
.BgClassName
{
background-color: #9205CC;
}
</style>
border-color css
<style>
span { border-color: #9205CC; }
span { border-color: rgb(146,5,204); }
td.TdClassName
{
border-color: #9205CC;
}
.TagClassName
{
border-color: #9205CC;
}
</style>