Shades of Blue Violet #8A1EDD
Tints of Blue Violet #8A1EDD
RGB
CMYK
RGB Variations
Color information
#8A1EDD (or 0x8A1EDD) is known color: Blue Violet. HEX triplet: 8A, 1E and DD. RGB value is (138,30,221). Sum of RGB (Red+Green+Blue) = 138+30+221=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A1EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1EDD is #75E122. Grayscale: #535353. Windows color (decimal): -7725347 or 14491274. OLE color: 14491274.
HSL color Cylindrical-coordinate representation of color #8A1EDD: hue angle of 273.93º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1EDD is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 30 | 221 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.13 |
| HSL | 273.93º | 0.76% | 0.49% | - |
| HSV(B) | 273.93º | 0.86% | 0.87% | - |
| XYZ | 24 | 11.55 | 69.37 | - |
| YUV | 84.07 | 205.28 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 30 | 221 | 0.38 | 0.86 | 0 | 0.13 | 273.93 | 0.76 | 0.49 |
| Hex | 8A | 1E | DD | 26 | 56 | 0 | D | 112 | 4C | 31 |
| Octal | 212 | 36 | 335 | 46 | 126 | 0 | 15 | 422 | 114 | 61 |
| Binary | 10001010 | 11110 | 11011101 | 100110 | 1010110 | 0 | 1101 | 100010010 | 1001100 | 110001 |
Color Harmonies of #8A1EDD
Complementary color
Monochromatic Colors of #8A1EDD
Black with #8A1EDD
Text Example
Text Example
White with #8A1EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1EDD; }
p { color: rgb(138,30,221); }
H1.HeaderClassName
{
color: #8A1EDD;
}
.AnyTagClassName
{
color: #8A1EDD;
}
</style>
background-color css
<style>
a { background-color: #8A1EDD; }
a { background-color: rgb(138,30,221); }
div.DivClassName
{
background-color: #8A1EDD;
}
.BgClassName
{
background-color: #8A1EDD;
}
</style>
border-color css
<style>
span { border-color: #8A1EDD; }
span { border-color: rgb(138,30,221); }
td.TdClassName
{
border-color: #8A1EDD;
}
.TagClassName
{
border-color: #8A1EDD;
}
</style>