Shades of Dark Violet #9412AF
Tints of Dark Violet #9412AF
RGB
CMYK
RGB Variations
Color information
#9412AF (or 0x9412AF) is known color: Dark Violet. HEX triplet: 94, 12 and AF. RGB value is (148,18,175). Sum of RGB (Red+Green+Blue) = 148+18+175=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 18 (7.42% from 255 or 5.28% 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 #9412AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9412AF is #6BED50. Grayscale: #4A4A4A. Windows color (decimal): -7073105 or 11473556. OLE color: 11473556.
HSL color Cylindrical-coordinate representation of color #9412AF: hue angle of 289.68º 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 #9412AF is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 18 | 175 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.31 |
| HSL | 289.68º | 0.81% | 0.38% | - |
| HSV(B) | 289.68º | 0.9% | 0.69% | - |
| XYZ | 20.17 | 9.82 | 41.39 | - |
| YUV | 74.77 | 184.57 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 18 | 175 | 0.15 | 0.90 | 0 | 0.31 | 289.68 | 0.81 | 0.38 |
| Hex | 94 | 12 | AF | F | 5A | 0 | 1F | 122 | 51 | 26 |
| Octal | 224 | 22 | 257 | 17 | 132 | 0 | 37 | 442 | 121 | 46 |
| Binary | 10010100 | 10010 | 10101111 | 1111 | 1011010 | 0 | 11111 | 100100010 | 1010001 | 100110 |
Color Harmonies of #9412AF
Complementary color
Monochromatic Colors of #9412AF
Black with #9412AF
Text Example
Text Example
White with #9412AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9412AF; }
p { color: rgb(148,18,175); }
H1.HeaderClassName
{
color: #9412AF;
}
.AnyTagClassName
{
color: #9412AF;
}
</style>
background-color css
<style>
a { background-color: #9412AF; }
a { background-color: rgb(148,18,175); }
div.DivClassName
{
background-color: #9412AF;
}
.BgClassName
{
background-color: #9412AF;
}
</style>
border-color css
<style>
span { border-color: #9412AF; }
span { border-color: rgb(148,18,175); }
td.TdClassName
{
border-color: #9412AF;
}
.TagClassName
{
border-color: #9412AF;
}
</style>