Shades of Blue Violet #8A39E7
Tints of Blue Violet #8A39E7
RGB
CMYK
RGB Variations
Color information
#8A39E7 (or 0x8A39E7) is known color: Blue Violet. HEX triplet: 8A, 39 and E7. RGB value is (138,57,231). Sum of RGB (Red+Green+Blue) = 138+57+231=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #8A39E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A39E7 is #75C618. Grayscale: #646464. Windows color (decimal): -7718425 or 15153546. OLE color: 15153546.
HSL color Cylindrical-coordinate representation of color #8A39E7: hue angle of 267.93º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A39E7 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 57 | 231 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.09 |
| HSL | 267.93º | 0.78% | 0.56% | - |
| HSV(B) | 267.93º | 0.75% | 0.91% | - |
| XYZ | 26.37 | 14.1 | 76.93 | - |
| YUV | 101.06 | 201.34 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 57 | 231 | 0.40 | 0.75 | 0 | 0.09 | 267.93 | 0.78 | 0.56 |
| Hex | 8A | 39 | E7 | 28 | 4B | 0 | 9 | 10C | 4E | 38 |
| Octal | 212 | 71 | 347 | 50 | 113 | 0 | 11 | 414 | 116 | 70 |
| Binary | 10001010 | 111001 | 11100111 | 101000 | 1001011 | 0 | 1001 | 100001100 | 1001110 | 111000 |
Color Harmonies of #8A39E7
Complementary color
Monochromatic Colors of #8A39E7
Black with #8A39E7
Text Example
Text Example
White with #8A39E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A39E7; }
p { color: rgb(138,57,231); }
H1.HeaderClassName
{
color: #8A39E7;
}
.AnyTagClassName
{
color: #8A39E7;
}
</style>
background-color css
<style>
a { background-color: #8A39E7; }
a { background-color: rgb(138,57,231); }
div.DivClassName
{
background-color: #8A39E7;
}
.BgClassName
{
background-color: #8A39E7;
}
</style>
border-color css
<style>
span { border-color: #8A39E7; }
span { border-color: rgb(138,57,231); }
td.TdClassName
{
border-color: #8A39E7;
}
.TagClassName
{
border-color: #8A39E7;
}
</style>