Shades of Blue Violet #8A2AD8
Tints of Blue Violet #8A2AD8
RGB
CMYK
RGB Variations
Color information
#8A2AD8 (or 0x8A2AD8) is known color: Blue Violet. HEX triplet: 8A, 2A and D8. RGB value is (138,42,216). Sum of RGB (Red+Green+Blue) = 138+42+216=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 216 (84.77% from 255 or 54.55% from 396); Max value from RGB is 216 - color contains mainly: blue. Hex color #8A2AD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2AD8 is #75D527. Grayscale: #595959. Windows color (decimal): -7722280 or 14166666. OLE color: 14166666.
HSL color Cylindrical-coordinate representation of color #8A2AD8: hue angle of 273.1º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A2AD8 is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 42 | 216 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.15 |
| HSL | 273.1º | 0.69% | 0.51% | - |
| HSV(B) | 273.1º | 0.81% | 0.85% | - |
| XYZ | 23.7 | 12.02 | 66.04 | - |
| YUV | 90.54 | 198.8 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 42 | 216 | 0.36 | 0.81 | 0 | 0.15 | 273.1 | 0.69 | 0.51 |
| Hex | 8A | 2A | D8 | 24 | 51 | 0 | F | 111 | 45 | 33 |
| Octal | 212 | 52 | 330 | 44 | 121 | 0 | 17 | 421 | 105 | 63 |
| Binary | 10001010 | 101010 | 11011000 | 100100 | 1010001 | 0 | 1111 | 100010001 | 1000101 | 110011 |
Color Harmonies of #8A2AD8
Complementary color
Monochromatic Colors of #8A2AD8
Black with #8A2AD8
Text Example
Text Example
White with #8A2AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2AD8; }
p { color: rgb(138,42,216); }
H1.HeaderClassName
{
color: #8A2AD8;
}
.AnyTagClassName
{
color: #8A2AD8;
}
</style>
background-color css
<style>
a { background-color: #8A2AD8; }
a { background-color: rgb(138,42,216); }
div.DivClassName
{
background-color: #8A2AD8;
}
.BgClassName
{
background-color: #8A2AD8;
}
</style>
border-color css
<style>
span { border-color: #8A2AD8; }
span { border-color: rgb(138,42,216); }
td.TdClassName
{
border-color: #8A2AD8;
}
.TagClassName
{
border-color: #8A2AD8;
}
</style>