Shades of Dark Violet #9206CE
Tints of Dark Violet #9206CE
RGB
CMYK
RGB Variations
Color information
#9206CE (or 0x9206CE) is known color: Dark Violet. HEX triplet: 92, 06 and CE. RGB value is (146,6,206). Sum of RGB (Red+Green+Blue) = 146+6+206=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #9206CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9206CE is #6DF931. Grayscale: #464646. Windows color (decimal): -7207218 or 13502098. OLE color: 13502098.
HSL color Cylindrical-coordinate representation of color #9206CE: hue angle of 282º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9206CE is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 6 | 206 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.19 |
| HSL | 282º | 0.94% | 0.42% | - |
| HSV(B) | 282º | 0.97% | 0.81% | - |
| XYZ | 23.06 | 10.7 | 59.24 | - |
| YUV | 70.66 | 204.38 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 6 | 206 | 0.29 | 0.97 | 0 | 0.19 | 282 | 0.94 | 0.42 |
| Hex | 92 | 6 | CE | 1D | 61 | 0 | 13 | 11A | 5E | 2A |
| Octal | 222 | 6 | 316 | 35 | 141 | 0 | 23 | 432 | 136 | 52 |
| Binary | 10010010 | 110 | 11001110 | 11101 | 1100001 | 0 | 10011 | 100011010 | 1011110 | 101010 |
Color Harmonies of #9206CE
Complementary color
Monochromatic Colors of #9206CE
Black with #9206CE
Text Example
Text Example
White with #9206CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9206CE; }
p { color: rgb(146,6,206); }
H1.HeaderClassName
{
color: #9206CE;
}
.AnyTagClassName
{
color: #9206CE;
}
</style>
background-color css
<style>
a { background-color: #9206CE; }
a { background-color: rgb(146,6,206); }
div.DivClassName
{
background-color: #9206CE;
}
.BgClassName
{
background-color: #9206CE;
}
</style>
border-color css
<style>
span { border-color: #9206CE; }
span { border-color: rgb(146,6,206); }
td.TdClassName
{
border-color: #9206CE;
}
.TagClassName
{
border-color: #9206CE;
}
</style>