Shades of Blue Violet #8A3FDB
Tints of Blue Violet #8A3FDB
RGB
CMYK
RGB Variations
Color information
#8A3FDB (or 0x8A3FDB) is known color: Blue Violet. HEX triplet: 8A, 3F and DB. RGB value is (138,63,219). Sum of RGB (Red+Green+Blue) = 138+63+219=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A3FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3FDB is #75C024. Grayscale: #666666. Windows color (decimal): -7716901 or 14368650. OLE color: 14368650.
HSL color Cylindrical-coordinate representation of color #8A3FDB: hue angle of 268.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A3FDB is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 63 | 219 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.14 |
| HSL | 268.85º | 0.68% | 0.55% | - |
| HSV(B) | 268.85º | 0.71% | 0.86% | - |
| XYZ | 25.04 | 14.07 | 68.41 | - |
| YUV | 103.21 | 193.35 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 63 | 219 | 0.37 | 0.71 | 0 | 0.14 | 268.85 | 0.68 | 0.55 |
| Hex | 8A | 3F | DB | 25 | 47 | 0 | E | 10D | 44 | 37 |
| Octal | 212 | 77 | 333 | 45 | 107 | 0 | 16 | 415 | 104 | 67 |
| Binary | 10001010 | 111111 | 11011011 | 100101 | 1000111 | 0 | 1110 | 100001101 | 1000100 | 110111 |
Color Harmonies of #8A3FDB
Complementary color
Monochromatic Colors of #8A3FDB
Black with #8A3FDB
Text Example
Text Example
White with #8A3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3FDB; }
p { color: rgb(138,63,219); }
H1.HeaderClassName
{
color: #8A3FDB;
}
.AnyTagClassName
{
color: #8A3FDB;
}
</style>
background-color css
<style>
a { background-color: #8A3FDB; }
a { background-color: rgb(138,63,219); }
div.DivClassName
{
background-color: #8A3FDB;
}
.BgClassName
{
background-color: #8A3FDB;
}
</style>
border-color css
<style>
span { border-color: #8A3FDB; }
span { border-color: rgb(138,63,219); }
td.TdClassName
{
border-color: #8A3FDB;
}
.TagClassName
{
border-color: #8A3FDB;
}
</style>