Shades of Dark Violet #9206CC
Tints of Dark Violet #9206CC
RGB
CMYK
RGB Variations
Color information
#9206CC (or 0x9206CC) is known color: Dark Violet. HEX triplet: 92, 06 and CC. RGB value is (146,6,204). Sum of RGB (Red+Green+Blue) = 146+6+204=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #9206CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9206CC is #6DF933. Grayscale: #454545. Windows color (decimal): -7207220 or 13371026. OLE color: 13371026.
HSL color Cylindrical-coordinate representation of color #9206CC: hue angle of 282.42º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9206CC is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 6 | 204 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.2 |
| HSL | 282.42º | 0.94% | 0.41% | - |
| HSV(B) | 282.42º | 0.97% | 0.8% | - |
| XYZ | 22.82 | 10.6 | 57.97 | - |
| YUV | 70.43 | 203.38 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 6 | 204 | 0.28 | 0.97 | 0 | 0.2 | 282.42 | 0.94 | 0.41 |
| Hex | 92 | 6 | CC | 1C | 61 | 0 | 14 | 11A | 5E | 29 |
| Octal | 222 | 6 | 314 | 34 | 141 | 0 | 24 | 432 | 136 | 51 |
| Binary | 10010010 | 110 | 11001100 | 11100 | 1100001 | 0 | 10100 | 100011010 | 1011110 | 101001 |
Color Harmonies of #9206CC
Complementary color
Monochromatic Colors of #9206CC
Black with #9206CC
Text Example
Text Example
White with #9206CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9206CC; }
p { color: rgb(146,6,204); }
H1.HeaderClassName
{
color: #9206CC;
}
.AnyTagClassName
{
color: #9206CC;
}
</style>
background-color css
<style>
a { background-color: #9206CC; }
a { background-color: rgb(146,6,204); }
div.DivClassName
{
background-color: #9206CC;
}
.BgClassName
{
background-color: #9206CC;
}
</style>
border-color css
<style>
span { border-color: #9206CC; }
span { border-color: rgb(146,6,204); }
td.TdClassName
{
border-color: #9206CC;
}
.TagClassName
{
border-color: #9206CC;
}
</style>