Shades of Dark Violet #9104AF
Tints of Dark Violet #9104AF
RGB
CMYK
RGB Variations
Color information
#9104AF (or 0x9104AF) is known color: Dark Violet. HEX triplet: 91, 04 and AF. RGB value is (145,4,175). Sum of RGB (Red+Green+Blue) = 145+4+175=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #9104AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9104AF is #6EFB50. Grayscale: #414141. Windows color (decimal): -7273297 or 11469969. OLE color: 11469969.
HSL color Cylindrical-coordinate representation of color #9104AF: hue angle of 289.47º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9104AF is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 4 | 175 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.31 |
| HSL | 289.47º | 0.96% | 0.35% | - |
| HSV(B) | 289.47º | 0.98% | 0.69% | - |
| XYZ | 19.46 | 9.2 | 41.31 | - |
| YUV | 65.65 | 189.71 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 4 | 175 | 0.17 | 0.98 | 0 | 0.31 | 289.47 | 0.96 | 0.35 |
| Hex | 91 | 4 | AF | 11 | 62 | 0 | 1F | 121 | 60 | 23 |
| Octal | 221 | 4 | 257 | 21 | 142 | 0 | 37 | 441 | 140 | 43 |
| Binary | 10010001 | 100 | 10101111 | 10001 | 1100010 | 0 | 11111 | 100100001 | 1100000 | 100011 |
Color Harmonies of #9104AF
Complementary color
Monochromatic Colors of #9104AF
Black with #9104AF
Text Example
Text Example
White with #9104AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9104AF; }
p { color: rgb(145,4,175); }
H1.HeaderClassName
{
color: #9104AF;
}
.AnyTagClassName
{
color: #9104AF;
}
</style>
background-color css
<style>
a { background-color: #9104AF; }
a { background-color: rgb(145,4,175); }
div.DivClassName
{
background-color: #9104AF;
}
.BgClassName
{
background-color: #9104AF;
}
</style>
border-color css
<style>
span { border-color: #9104AF; }
span { border-color: rgb(145,4,175); }
td.TdClassName
{
border-color: #9104AF;
}
.TagClassName
{
border-color: #9104AF;
}
</style>