Shades of Dark Violet #8912DA
Tints of Dark Violet #8912DA
RGB
CMYK
RGB Variations
Color information
#8912DA (or 0x8912DA) is known color: Dark Violet. HEX triplet: 89, 12 and DA. RGB value is (137,18,218). Sum of RGB (Red+Green+Blue) = 137+18+218=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #8912DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8912DA is #76ED25. Grayscale: #4B4B4B. Windows color (decimal): -7793958 or 14291593. OLE color: 14291593.
HSL color Cylindrical-coordinate representation of color #8912DA: hue angle of 275.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8912DA is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 18 | 218 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.15 |
| HSL | 275.7º | 0.85% | 0.46% | - |
| HSV(B) | 275.7º | 0.92% | 0.85% | - |
| XYZ | 23.19 | 10.81 | 67.19 | - |
| YUV | 76.38 | 207.92 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 218 | 0.37 | 0.92 | 0 | 0.15 | 275.7 | 0.85 | 0.46 |
| Hex | 89 | 12 | DA | 25 | 5C | 0 | F | 114 | 55 | 2E |
| Octal | 211 | 22 | 332 | 45 | 134 | 0 | 17 | 424 | 125 | 56 |
| Binary | 10001001 | 10010 | 11011010 | 100101 | 1011100 | 0 | 1111 | 100010100 | 1010101 | 101110 |
Color Harmonies of #8912DA
Complementary color
Monochromatic Colors of #8912DA
Black with #8912DA
Text Example
Text Example
White with #8912DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8912DA; }
p { color: rgb(137,18,218); }
H1.HeaderClassName
{
color: #8912DA;
}
.AnyTagClassName
{
color: #8912DA;
}
</style>
background-color css
<style>
a { background-color: #8912DA; }
a { background-color: rgb(137,18,218); }
div.DivClassName
{
background-color: #8912DA;
}
.BgClassName
{
background-color: #8912DA;
}
</style>
border-color css
<style>
span { border-color: #8912DA; }
span { border-color: rgb(137,18,218); }
td.TdClassName
{
border-color: #8912DA;
}
.TagClassName
{
border-color: #8912DA;
}
</style>