Shades of Dark Violet #9214AF
Tints of Dark Violet #9214AF
RGB
CMYK
RGB Variations
Color information
#9214AF (or 0x9214AF) is known color: Dark Violet. HEX triplet: 92, 14 and AF. RGB value is (146,20,175). Sum of RGB (Red+Green+Blue) = 146+20+175=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #9214AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9214AF is #6DEB50. Grayscale: #4A4A4A. Windows color (decimal): -7203665 or 11474066. OLE color: 11474066.
HSL color Cylindrical-coordinate representation of color #9214AF: hue angle of 288.77º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9214AF is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 20 | 175 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.31 |
| HSL | 288.77º | 0.79% | 0.38% | - |
| HSV(B) | 288.77º | 0.89% | 0.69% | - |
| XYZ | 19.84 | 9.71 | 41.39 | - |
| YUV | 75.34 | 184.24 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 175 | 0.17 | 0.89 | 0 | 0.31 | 288.77 | 0.79 | 0.38 |
| Hex | 92 | 14 | AF | 11 | 59 | 0 | 1F | 121 | 4F | 26 |
| Octal | 222 | 24 | 257 | 21 | 131 | 0 | 37 | 441 | 117 | 46 |
| Binary | 10010010 | 10100 | 10101111 | 10001 | 1011001 | 0 | 11111 | 100100001 | 1001111 | 100110 |
Color Harmonies of #9214AF
Complementary color
Monochromatic Colors of #9214AF
Black with #9214AF
Text Example
Text Example
White with #9214AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9214AF; }
p { color: rgb(146,20,175); }
H1.HeaderClassName
{
color: #9214AF;
}
.AnyTagClassName
{
color: #9214AF;
}
</style>
background-color css
<style>
a { background-color: #9214AF; }
a { background-color: rgb(146,20,175); }
div.DivClassName
{
background-color: #9214AF;
}
.BgClassName
{
background-color: #9214AF;
}
</style>
border-color css
<style>
span { border-color: #9214AF; }
span { border-color: rgb(146,20,175); }
td.TdClassName
{
border-color: #9214AF;
}
.TagClassName
{
border-color: #9214AF;
}
</style>