Shades of Dark Violet #9312AF
Tints of Dark Violet #9312AF
RGB
CMYK
RGB Variations
Color information
#9312AF (or 0x9312AF) is known color: Dark Violet. HEX triplet: 93, 12 and AF. RGB value is (147,18,175). Sum of RGB (Red+Green+Blue) = 147+18+175=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #9312AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9312AF is #6CED50. Grayscale: #494949. Windows color (decimal): -7138641 or 11473555. OLE color: 11473555.
HSL color Cylindrical-coordinate representation of color #9312AF: hue angle of 289.3º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9312AF is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 18 | 175 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.31 |
| HSL | 289.3º | 0.81% | 0.38% | - |
| HSV(B) | 289.3º | 0.9% | 0.69% | - |
| XYZ | 19.99 | 9.73 | 41.38 | - |
| YUV | 74.47 | 184.74 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 18 | 175 | 0.16 | 0.90 | 0 | 0.31 | 289.3 | 0.81 | 0.38 |
| Hex | 93 | 12 | AF | 10 | 5A | 0 | 1F | 121 | 51 | 26 |
| Octal | 223 | 22 | 257 | 20 | 132 | 0 | 37 | 441 | 121 | 46 |
| Binary | 10010011 | 10010 | 10101111 | 10000 | 1011010 | 0 | 11111 | 100100001 | 1010001 | 100110 |
Color Harmonies of #9312AF
Complementary color
Monochromatic Colors of #9312AF
Black with #9312AF
Text Example
Text Example
White with #9312AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9312AF; }
p { color: rgb(147,18,175); }
H1.HeaderClassName
{
color: #9312AF;
}
.AnyTagClassName
{
color: #9312AF;
}
</style>
background-color css
<style>
a { background-color: #9312AF; }
a { background-color: rgb(147,18,175); }
div.DivClassName
{
background-color: #9312AF;
}
.BgClassName
{
background-color: #9312AF;
}
</style>
border-color css
<style>
span { border-color: #9312AF; }
span { border-color: rgb(147,18,175); }
td.TdClassName
{
border-color: #9312AF;
}
.TagClassName
{
border-color: #9312AF;
}
</style>