Shades of Blue Violet #8A39DB
Tints of Blue Violet #8A39DB
RGB
CMYK
RGB Variations
Color information
#8A39DB (or 0x8A39DB) is known color: Blue Violet. HEX triplet: 8A, 39 and DB. RGB value is (138,57,219). Sum of RGB (Red+Green+Blue) = 138+57+219=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A39DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A39DB is #75C624. Grayscale: #636363. Windows color (decimal): -7718437 or 14367114. OLE color: 14367114.
HSL color Cylindrical-coordinate representation of color #8A39DB: hue angle of 270º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A39DB is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 57 | 219 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.14 |
| HSL | 270º | 0.69% | 0.54% | - |
| HSV(B) | 270º | 0.74% | 0.86% | - |
| XYZ | 24.73 | 13.44 | 68.31 | - |
| YUV | 99.69 | 195.34 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 57 | 219 | 0.37 | 0.74 | 0 | 0.14 | 270 | 0.69 | 0.54 |
| Hex | 8A | 39 | DB | 25 | 4A | 0 | E | 10E | 45 | 36 |
| Octal | 212 | 71 | 333 | 45 | 112 | 0 | 16 | 416 | 105 | 66 |
| Binary | 10001010 | 111001 | 11011011 | 100101 | 1001010 | 0 | 1110 | 100001110 | 1000101 | 110110 |
Color Harmonies of #8A39DB
Complementary color
Monochromatic Colors of #8A39DB
Black with #8A39DB
Text Example
Text Example
White with #8A39DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A39DB; }
p { color: rgb(138,57,219); }
H1.HeaderClassName
{
color: #8A39DB;
}
.AnyTagClassName
{
color: #8A39DB;
}
</style>
background-color css
<style>
a { background-color: #8A39DB; }
a { background-color: rgb(138,57,219); }
div.DivClassName
{
background-color: #8A39DB;
}
.BgClassName
{
background-color: #8A39DB;
}
</style>
border-color css
<style>
span { border-color: #8A39DB; }
span { border-color: rgb(138,57,219); }
td.TdClassName
{
border-color: #8A39DB;
}
.TagClassName
{
border-color: #8A39DB;
}
</style>