Shades of Dark Violet #9206AF
Tints of Dark Violet #9206AF
RGB
CMYK
RGB Variations
Color information
#9206AF (or 0x9206AF) is known color: Dark Violet. HEX triplet: 92, 06 and AF. RGB value is (146,6,175). Sum of RGB (Red+Green+Blue) = 146+6+175=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #9206AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9206AF is #6DF950. Grayscale: #424242. Windows color (decimal): -7207249 or 11470482. OLE color: 11470482.
HSL color Cylindrical-coordinate representation of color #9206AF: hue angle of 289.7º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9206AF is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 6 | 175 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.31 |
| HSL | 289.7º | 0.93% | 0.35% | - |
| HSV(B) | 289.7º | 0.97% | 0.69% | - |
| XYZ | 19.66 | 9.34 | 41.32 | - |
| YUV | 67.13 | 188.88 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 6 | 175 | 0.17 | 0.97 | 0 | 0.31 | 289.7 | 0.93 | 0.35 |
| Hex | 92 | 6 | AF | 11 | 61 | 0 | 1F | 122 | 5D | 23 |
| Octal | 222 | 6 | 257 | 21 | 141 | 0 | 37 | 442 | 135 | 43 |
| Binary | 10010010 | 110 | 10101111 | 10001 | 1100001 | 0 | 11111 | 100100010 | 1011101 | 100011 |
Color Harmonies of #9206AF
Complementary color
Monochromatic Colors of #9206AF
Black with #9206AF
Text Example
Text Example
White with #9206AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9206AF; }
p { color: rgb(146,6,175); }
H1.HeaderClassName
{
color: #9206AF;
}
.AnyTagClassName
{
color: #9206AF;
}
</style>
background-color css
<style>
a { background-color: #9206AF; }
a { background-color: rgb(146,6,175); }
div.DivClassName
{
background-color: #9206AF;
}
.BgClassName
{
background-color: #9206AF;
}
</style>
border-color css
<style>
span { border-color: #9206AF; }
span { border-color: rgb(146,6,175); }
td.TdClassName
{
border-color: #9206AF;
}
.TagClassName
{
border-color: #9206AF;
}
</style>