Shades of Dark Violet #8A12DB
Tints of Dark Violet #8A12DB
RGB
CMYK
RGB Variations
Color information
#8A12DB (or 0x8A12DB) is known color: Dark Violet. HEX triplet: 8A, 12 and DB. RGB value is (138,18,219). Sum of RGB (Red+Green+Blue) = 138+18+219=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A12DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A12DB is #75ED24. Grayscale: #4C4C4C. Windows color (decimal): -7728421 or 14357130. OLE color: 14357130.
HSL color Cylindrical-coordinate representation of color #8A12DB: hue angle of 275.82º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A12DB is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 18 | 219 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.14 |
| HSL | 275.82º | 0.85% | 0.46% | - |
| HSV(B) | 275.82º | 0.92% | 0.86% | - |
| XYZ | 23.48 | 10.95 | 67.89 | - |
| YUV | 76.79 | 208.26 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 18 | 219 | 0.37 | 0.92 | 0 | 0.14 | 275.82 | 0.85 | 0.46 |
| Hex | 8A | 12 | DB | 25 | 5C | 0 | E | 114 | 55 | 2E |
| Octal | 212 | 22 | 333 | 45 | 134 | 0 | 16 | 424 | 125 | 56 |
| Binary | 10001010 | 10010 | 11011011 | 100101 | 1011100 | 0 | 1110 | 100010100 | 1010101 | 101110 |
Color Harmonies of #8A12DB
Complementary color
Monochromatic Colors of #8A12DB
Black with #8A12DB
Text Example
Text Example
White with #8A12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A12DB; }
p { color: rgb(138,18,219); }
H1.HeaderClassName
{
color: #8A12DB;
}
.AnyTagClassName
{
color: #8A12DB;
}
</style>
background-color css
<style>
a { background-color: #8A12DB; }
a { background-color: rgb(138,18,219); }
div.DivClassName
{
background-color: #8A12DB;
}
.BgClassName
{
background-color: #8A12DB;
}
</style>
border-color css
<style>
span { border-color: #8A12DB; }
span { border-color: rgb(138,18,219); }
td.TdClassName
{
border-color: #8A12DB;
}
.TagClassName
{
border-color: #8A12DB;
}
</style>