Shades of Dark Violet #9115AF
Tints of Dark Violet #9115AF
RGB
CMYK
RGB Variations
Color information
#9115AF (or 0x9115AF) is known color: Dark Violet. HEX triplet: 91, 15 and AF. RGB value is (145,21,175). Sum of RGB (Red+Green+Blue) = 145+21+175=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 21 (8.59% from 255 or 6.16% 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 #9115AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9115AF is #6EEA50. Grayscale: #4B4B4B. Windows color (decimal): -7268945 or 11474321. OLE color: 11474321.
HSL color Cylindrical-coordinate representation of color #9115AF: hue angle of 288.31º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9115AF is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 21 | 175 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.31 |
| HSL | 288.31º | 0.79% | 0.38% | - |
| HSV(B) | 288.31º | 0.88% | 0.69% | - |
| XYZ | 19.68 | 9.65 | 41.38 | - |
| YUV | 75.63 | 184.08 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 21 | 175 | 0.17 | 0.88 | 0 | 0.31 | 288.31 | 0.79 | 0.38 |
| Hex | 91 | 15 | AF | 11 | 58 | 0 | 1F | 120 | 4F | 26 |
| Octal | 221 | 25 | 257 | 21 | 130 | 0 | 37 | 440 | 117 | 46 |
| Binary | 10010001 | 10101 | 10101111 | 10001 | 1011000 | 0 | 11111 | 100100000 | 1001111 | 100110 |
Color Harmonies of #9115AF
Complementary color
Monochromatic Colors of #9115AF
Black with #9115AF
Text Example
Text Example
White with #9115AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9115AF; }
p { color: rgb(145,21,175); }
H1.HeaderClassName
{
color: #9115AF;
}
.AnyTagClassName
{
color: #9115AF;
}
</style>
background-color css
<style>
a { background-color: #9115AF; }
a { background-color: rgb(145,21,175); }
div.DivClassName
{
background-color: #9115AF;
}
.BgClassName
{
background-color: #9115AF;
}
</style>
border-color css
<style>
span { border-color: #9115AF; }
span { border-color: rgb(145,21,175); }
td.TdClassName
{
border-color: #9115AF;
}
.TagClassName
{
border-color: #9115AF;
}
</style>