Shades of Dark Violet #9A05AF
Tints of Dark Violet #9A05AF
RGB
CMYK
RGB Variations
Color information
#9A05AF (or 0x9A05AF) is known color: Dark Violet. HEX triplet: 9A, 05 and AF. RGB value is (154,5,175). Sum of RGB (Red+Green+Blue) = 154+5+175=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A05AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A05AF is #65FA50. Grayscale: #444444. Windows color (decimal): -6683217 or 11470234. OLE color: 11470234.
HSL color Cylindrical-coordinate representation of color #9A05AF: hue angle of 292.59º 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 #9A05AF is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 5 | 175 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.31 |
| HSL | 292.59º | 0.94% | 0.35% | - |
| HSV(B) | 292.59º | 0.97% | 0.69% | - |
| XYZ | 21.12 | 10.07 | 41.39 | - |
| YUV | 68.93 | 187.86 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 5 | 175 | 0.12 | 0.97 | 0 | 0.31 | 292.59 | 0.94 | 0.35 |
| Hex | 9A | 5 | AF | C | 61 | 0 | 1F | 125 | 5E | 23 |
| Octal | 232 | 5 | 257 | 14 | 141 | 0 | 37 | 445 | 136 | 43 |
| Binary | 10011010 | 101 | 10101111 | 1100 | 1100001 | 0 | 11111 | 100100101 | 1011110 | 100011 |
Color Harmonies of #9A05AF
Complementary color
Monochromatic Colors of #9A05AF
Black with #9A05AF
Text Example
Text Example
White with #9A05AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A05AF; }
p { color: rgb(154,5,175); }
H1.HeaderClassName
{
color: #9A05AF;
}
.AnyTagClassName
{
color: #9A05AF;
}
</style>
background-color css
<style>
a { background-color: #9A05AF; }
a { background-color: rgb(154,5,175); }
div.DivClassName
{
background-color: #9A05AF;
}
.BgClassName
{
background-color: #9A05AF;
}
</style>
border-color css
<style>
span { border-color: #9A05AF; }
span { border-color: rgb(154,5,175); }
td.TdClassName
{
border-color: #9A05AF;
}
.TagClassName
{
border-color: #9A05AF;
}
</style>