Shades of Blue Violet #8A4BE6
Tints of Blue Violet #8A4BE6
RGB
CMYK
RGB Variations
Color information
#8A4BE6 (or 0x8A4BE6) is known color: Blue Violet. HEX triplet: 8A, 4B and E6. RGB value is (138,75,230). Sum of RGB (Red+Green+Blue) = 138+75+230=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #8A4BE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A4BE6 is #75B419. Grayscale: #6E6E6E. Windows color (decimal): -7713818 or 15092618. OLE color: 15092618.
HSL color Cylindrical-coordinate representation of color #8A4BE6: hue angle of 264.39º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A4BE6 is Cyan = 0.4, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 75 | 230 | - |
| CMYK | 0.4 | 0.67 | 0 | 0.10 |
| HSL | 264.39º | 0.76% | 0.6% | - |
| HSV(B) | 264.39º | 0.67% | 0.9% | - |
| XYZ | 27.28 | 16.15 | 76.54 | - |
| YUV | 111.51 | 194.87 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 75 | 230 | 0.4 | 0.67 | 0 | 0.10 | 264.39 | 0.76 | 0.6 |
| Hex | 8A | 4B | E6 | 28 | 43 | 0 | A | 108 | 4C | 3C |
| Octal | 212 | 113 | 346 | 50 | 103 | 0 | 12 | 410 | 114 | 74 |
| Binary | 10001010 | 1001011 | 11100110 | 101000 | 1000011 | 0 | 1010 | 100001000 | 1001100 | 111100 |
Color Harmonies of #8A4BE6
Complementary color
Monochromatic Colors of #8A4BE6
Black with #8A4BE6
Text Example
Text Example
White with #8A4BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4BE6; }
p { color: rgb(138,75,230); }
H1.HeaderClassName
{
color: #8A4BE6;
}
.AnyTagClassName
{
color: #8A4BE6;
}
</style>
background-color css
<style>
a { background-color: #8A4BE6; }
a { background-color: rgb(138,75,230); }
div.DivClassName
{
background-color: #8A4BE6;
}
.BgClassName
{
background-color: #8A4BE6;
}
</style>
border-color css
<style>
span { border-color: #8A4BE6; }
span { border-color: rgb(138,75,230); }
td.TdClassName
{
border-color: #8A4BE6;
}
.TagClassName
{
border-color: #8A4BE6;
}
</style>