Shades of Blue Violet #8A1EDB
Tints of Blue Violet #8A1EDB
RGB
CMYK
RGB Variations
Color information
#8A1EDB (or 0x8A1EDB) is known color: Blue Violet. HEX triplet: 8A, 1E and DB. RGB value is (138,30,219). Sum of RGB (Red+Green+Blue) = 138+30+219=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A1EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1EDB is #75E124. Grayscale: #535353. Windows color (decimal): -7725349 or 14360202. OLE color: 14360202.
HSL color Cylindrical-coordinate representation of color #8A1EDB: hue angle of 274.29º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1EDB is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 30 | 219 | - |
| CMYK | 0.37 | 0.86 | 0 | 0.14 |
| HSL | 274.29º | 0.76% | 0.49% | - |
| HSV(B) | 274.29º | 0.86% | 0.86% | - |
| XYZ | 23.73 | 11.45 | 67.98 | - |
| YUV | 83.84 | 204.28 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 30 | 219 | 0.37 | 0.86 | 0 | 0.14 | 274.29 | 0.76 | 0.49 |
| Hex | 8A | 1E | DB | 25 | 56 | 0 | E | 112 | 4C | 31 |
| Octal | 212 | 36 | 333 | 45 | 126 | 0 | 16 | 422 | 114 | 61 |
| Binary | 10001010 | 11110 | 11011011 | 100101 | 1010110 | 0 | 1110 | 100010010 | 1001100 | 110001 |
Color Harmonies of #8A1EDB
Complementary color
Monochromatic Colors of #8A1EDB
Black with #8A1EDB
Text Example
Text Example
White with #8A1EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1EDB; }
p { color: rgb(138,30,219); }
H1.HeaderClassName
{
color: #8A1EDB;
}
.AnyTagClassName
{
color: #8A1EDB;
}
</style>
background-color css
<style>
a { background-color: #8A1EDB; }
a { background-color: rgb(138,30,219); }
div.DivClassName
{
background-color: #8A1EDB;
}
.BgClassName
{
background-color: #8A1EDB;
}
</style>
border-color css
<style>
span { border-color: #8A1EDB; }
span { border-color: rgb(138,30,219); }
td.TdClassName
{
border-color: #8A1EDB;
}
.TagClassName
{
border-color: #8A1EDB;
}
</style>