Shades of Blue Violet #8A1BDB
Tints of Blue Violet #8A1BDB
RGB
CMYK
RGB Variations
Color information
#8A1BDB (or 0x8A1BDB) is known color: Blue Violet. HEX triplet: 8A, 1B and DB. RGB value is (138,27,219). Sum of RGB (Red+Green+Blue) = 138+27+219=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A1BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1BDB is #75E424. Grayscale: #515151. Windows color (decimal): -7726117 or 14359434. OLE color: 14359434.
HSL color Cylindrical-coordinate representation of color #8A1BDB: hue angle of 274.69º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1BDB is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 27 | 219 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.14 |
| HSL | 274.69º | 0.78% | 0.48% | - |
| HSV(B) | 274.69º | 0.88% | 0.86% | - |
| XYZ | 23.66 | 11.3 | 67.95 | - |
| YUV | 82.08 | 205.27 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 27 | 219 | 0.37 | 0.88 | 0 | 0.14 | 274.69 | 0.78 | 0.48 |
| Hex | 8A | 1B | DB | 25 | 58 | 0 | E | 113 | 4E | 30 |
| Octal | 212 | 33 | 333 | 45 | 130 | 0 | 16 | 423 | 116 | 60 |
| Binary | 10001010 | 11011 | 11011011 | 100101 | 1011000 | 0 | 1110 | 100010011 | 1001110 | 110000 |
Color Harmonies of #8A1BDB
Complementary color
Monochromatic Colors of #8A1BDB
Black with #8A1BDB
Text Example
Text Example
White with #8A1BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1BDB; }
p { color: rgb(138,27,219); }
H1.HeaderClassName
{
color: #8A1BDB;
}
.AnyTagClassName
{
color: #8A1BDB;
}
</style>
background-color css
<style>
a { background-color: #8A1BDB; }
a { background-color: rgb(138,27,219); }
div.DivClassName
{
background-color: #8A1BDB;
}
.BgClassName
{
background-color: #8A1BDB;
}
</style>
border-color css
<style>
span { border-color: #8A1BDB; }
span { border-color: rgb(138,27,219); }
td.TdClassName
{
border-color: #8A1BDB;
}
.TagClassName
{
border-color: #8A1BDB;
}
</style>