Shades of Dark Violet #9205AF
Tints of Dark Violet #9205AF
RGB
CMYK
RGB Variations
Color information
#9205AF (or 0x9205AF) is known color: Dark Violet. HEX triplet: 92, 05 and AF. RGB value is (146,5,175). Sum of RGB (Red+Green+Blue) = 146+5+175=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #9205AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9205AF is #6DFA50. Grayscale: #424242. Windows color (decimal): -7207505 or 11470226. OLE color: 11470226.
HSL color Cylindrical-coordinate representation of color #9205AF: hue angle of 289.76º degrees, saturation: 0.94, 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 #9205AF is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 5 | 175 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.31 |
| HSL | 289.76º | 0.94% | 0.35% | - |
| HSV(B) | 289.76º | 0.97% | 0.69% | - |
| XYZ | 19.65 | 9.31 | 41.32 | - |
| YUV | 66.54 | 189.21 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 5 | 175 | 0.17 | 0.97 | 0 | 0.31 | 289.76 | 0.94 | 0.35 |
| Hex | 92 | 5 | AF | 11 | 61 | 0 | 1F | 122 | 5E | 23 |
| Octal | 222 | 5 | 257 | 21 | 141 | 0 | 37 | 442 | 136 | 43 |
| Binary | 10010010 | 101 | 10101111 | 10001 | 1100001 | 0 | 11111 | 100100010 | 1011110 | 100011 |
Color Harmonies of #9205AF
Complementary color
Monochromatic Colors of #9205AF
Black with #9205AF
Text Example
Text Example
White with #9205AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9205AF; }
p { color: rgb(146,5,175); }
H1.HeaderClassName
{
color: #9205AF;
}
.AnyTagClassName
{
color: #9205AF;
}
</style>
background-color css
<style>
a { background-color: #9205AF; }
a { background-color: rgb(146,5,175); }
div.DivClassName
{
background-color: #9205AF;
}
.BgClassName
{
background-color: #9205AF;
}
</style>
border-color css
<style>
span { border-color: #9205AF; }
span { border-color: rgb(146,5,175); }
td.TdClassName
{
border-color: #9205AF;
}
.TagClassName
{
border-color: #9205AF;
}
</style>