Shades of Blue Violet #8A18DB
Tints of Blue Violet #8A18DB
RGB
CMYK
RGB Variations
Color information
#8A18DB (or 0x8A18DB) is known color: Blue Violet. HEX triplet: 8A, 18 and DB. RGB value is (138,24,219). Sum of RGB (Red+Green+Blue) = 138+24+219=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A18DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A18DB is #75E724. Grayscale: #4F4F4F. Windows color (decimal): -7726885 or 14358666. OLE color: 14358666.
HSL color Cylindrical-coordinate representation of color #8A18DB: hue angle of 275.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A18DB is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 24 | 219 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.14 |
| HSL | 275.08º | 0.8% | 0.48% | - |
| HSV(B) | 275.08º | 0.89% | 0.86% | - |
| XYZ | 23.59 | 11.17 | 67.93 | - |
| YUV | 80.32 | 206.27 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 24 | 219 | 0.37 | 0.89 | 0 | 0.14 | 275.08 | 0.8 | 0.48 |
| Hex | 8A | 18 | DB | 25 | 59 | 0 | E | 113 | 50 | 30 |
| Octal | 212 | 30 | 333 | 45 | 131 | 0 | 16 | 423 | 120 | 60 |
| Binary | 10001010 | 11000 | 11011011 | 100101 | 1011001 | 0 | 1110 | 100010011 | 1010000 | 110000 |
Color Harmonies of #8A18DB
Complementary color
Monochromatic Colors of #8A18DB
Black with #8A18DB
Text Example
Text Example
White with #8A18DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A18DB; }
p { color: rgb(138,24,219); }
H1.HeaderClassName
{
color: #8A18DB;
}
.AnyTagClassName
{
color: #8A18DB;
}
</style>
background-color css
<style>
a { background-color: #8A18DB; }
a { background-color: rgb(138,24,219); }
div.DivClassName
{
background-color: #8A18DB;
}
.BgClassName
{
background-color: #8A18DB;
}
</style>
border-color css
<style>
span { border-color: #8A18DB; }
span { border-color: rgb(138,24,219); }
td.TdClassName
{
border-color: #8A18DB;
}
.TagClassName
{
border-color: #8A18DB;
}
</style>