Shades of Blue Violet #8A30DB
Tints of Blue Violet #8A30DB
RGB
CMYK
RGB Variations
Color information
#8A30DB (or 0x8A30DB) is known color: Blue Violet. HEX triplet: 8A, 30 and DB. RGB value is (138,48,219). Sum of RGB (Red+Green+Blue) = 138+48+219=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A30DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A30DB is #75CF24. Grayscale: #5D5D5D. Windows color (decimal): -7720741 or 14364810. OLE color: 14364810.
HSL color Cylindrical-coordinate representation of color #8A30DB: hue angle of 271.58º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A30DB is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 48 | 219 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.14 |
| HSL | 271.58º | 0.7% | 0.52% | - |
| HSV(B) | 271.58º | 0.78% | 0.86% | - |
| XYZ | 24.32 | 12.63 | 68.17 | - |
| YUV | 94.4 | 198.32 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 219 | 0.37 | 0.78 | 0 | 0.14 | 271.58 | 0.7 | 0.52 |
| Hex | 8A | 30 | DB | 25 | 4E | 0 | E | 110 | 46 | 34 |
| Octal | 212 | 60 | 333 | 45 | 116 | 0 | 16 | 420 | 106 | 64 |
| Binary | 10001010 | 110000 | 11011011 | 100101 | 1001110 | 0 | 1110 | 100010000 | 1000110 | 110100 |
Color Harmonies of #8A30DB
Complementary color
Monochromatic Colors of #8A30DB
Black with #8A30DB
Text Example
Text Example
White with #8A30DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A30DB; }
p { color: rgb(138,48,219); }
H1.HeaderClassName
{
color: #8A30DB;
}
.AnyTagClassName
{
color: #8A30DB;
}
</style>
background-color css
<style>
a { background-color: #8A30DB; }
a { background-color: rgb(138,48,219); }
div.DivClassName
{
background-color: #8A30DB;
}
.BgClassName
{
background-color: #8A30DB;
}
</style>
border-color css
<style>
span { border-color: #8A30DB; }
span { border-color: rgb(138,48,219); }
td.TdClassName
{
border-color: #8A30DB;
}
.TagClassName
{
border-color: #8A30DB;
}
</style>