Shades of Blue Violet #8A48ED
Tints of Blue Violet #8A48ED
RGB
CMYK
RGB Variations
Color information
#8A48ED (or 0x8A48ED) is known color: Blue Violet. HEX triplet: 8A, 48 and ED. RGB value is (138,72,237). Sum of RGB (Red+Green+Blue) = 138+72+237=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A48ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A48ED is #75B712. Grayscale: #6D6D6D. Windows color (decimal): -7714579 or 15550602. OLE color: 15550602.
HSL color Cylindrical-coordinate representation of color #8A48ED: hue angle of 264º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A48ED is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 72 | 237 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.07 |
| HSL | 264º | 0.82% | 0.61% | - |
| HSV(B) | 264º | 0.7% | 0.93% | - |
| XYZ | 28.08 | 16.15 | 81.76 | - |
| YUV | 110.54 | 199.37 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 72 | 237 | 0.42 | 0.70 | 0 | 0.07 | 264 | 0.82 | 0.61 |
| Hex | 8A | 48 | ED | 2A | 46 | 0 | 7 | 108 | 52 | 3D |
| Octal | 212 | 110 | 355 | 52 | 106 | 0 | 7 | 410 | 122 | 75 |
| Binary | 10001010 | 1001000 | 11101101 | 101010 | 1000110 | 0 | 111 | 100001000 | 1010010 | 111101 |
Color Harmonies of #8A48ED
Complementary color
Monochromatic Colors of #8A48ED
Black with #8A48ED
Text Example
Text Example
White with #8A48ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A48ED; }
p { color: rgb(138,72,237); }
H1.HeaderClassName
{
color: #8A48ED;
}
.AnyTagClassName
{
color: #8A48ED;
}
</style>
background-color css
<style>
a { background-color: #8A48ED; }
a { background-color: rgb(138,72,237); }
div.DivClassName
{
background-color: #8A48ED;
}
.BgClassName
{
background-color: #8A48ED;
}
</style>
border-color css
<style>
span { border-color: #8A48ED; }
span { border-color: rgb(138,72,237); }
td.TdClassName
{
border-color: #8A48ED;
}
.TagClassName
{
border-color: #8A48ED;
}
</style>