Shades of Dark Violet #9514AF
Tints of Dark Violet #9514AF
RGB
CMYK
RGB Variations
Color information
#9514AF (or 0x9514AF) is known color: Dark Violet. HEX triplet: 95, 14 and AF. RGB value is (149,20,175). Sum of RGB (Red+Green+Blue) = 149+20+175=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #9514AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9514AF is #6AEB50. Grayscale: #4B4B4B. Windows color (decimal): -7007057 or 11474069. OLE color: 11474069.
HSL color Cylindrical-coordinate representation of color #9514AF: hue angle of 289.94º 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 #9514AF is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 20 | 175 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.31 |
| HSL | 289.94º | 0.79% | 0.38% | - |
| HSV(B) | 289.94º | 0.89% | 0.69% | - |
| XYZ | 20.38 | 9.99 | 41.41 | - |
| YUV | 76.24 | 183.74 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 175 | 0.15 | 0.89 | 0 | 0.31 | 289.94 | 0.79 | 0.38 |
| Hex | 95 | 14 | AF | F | 59 | 0 | 1F | 122 | 4F | 26 |
| Octal | 225 | 24 | 257 | 17 | 131 | 0 | 37 | 442 | 117 | 46 |
| Binary | 10010101 | 10100 | 10101111 | 1111 | 1011001 | 0 | 11111 | 100100010 | 1001111 | 100110 |
Color Harmonies of #9514AF
Complementary color
Monochromatic Colors of #9514AF
Black with #9514AF
Text Example
Text Example
White with #9514AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9514AF; }
p { color: rgb(149,20,175); }
H1.HeaderClassName
{
color: #9514AF;
}
.AnyTagClassName
{
color: #9514AF;
}
</style>
background-color css
<style>
a { background-color: #9514AF; }
a { background-color: rgb(149,20,175); }
div.DivClassName
{
background-color: #9514AF;
}
.BgClassName
{
background-color: #9514AF;
}
</style>
border-color css
<style>
span { border-color: #9514AF; }
span { border-color: rgb(149,20,175); }
td.TdClassName
{
border-color: #9514AF;
}
.TagClassName
{
border-color: #9514AF;
}
</style>