Shades of Blue Violet #8A2AD0
Tints of Blue Violet #8A2AD0
RGB
CMYK
RGB Variations
Color information
#8A2AD0 (or 0x8A2AD0) is known color: Blue Violet. HEX triplet: 8A, 2A and D0. RGB value is (138,42,208). Sum of RGB (Red+Green+Blue) = 138+42+208=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #8A2AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2AD0 is #75D52F. Grayscale: #595959. Windows color (decimal): -7722288 or 13642378. OLE color: 13642378.
HSL color Cylindrical-coordinate representation of color #8A2AD0: hue angle of 274.7º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A2AD0 is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 42 | 208 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.18 |
| HSL | 274.7º | 0.66% | 0.49% | - |
| HSV(B) | 274.7º | 0.8% | 0.82% | - |
| XYZ | 22.69 | 11.61 | 60.72 | - |
| YUV | 89.63 | 194.8 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 42 | 208 | 0.34 | 0.80 | 0 | 0.18 | 274.7 | 0.66 | 0.49 |
| Hex | 8A | 2A | D0 | 22 | 50 | 0 | 12 | 113 | 42 | 31 |
| Octal | 212 | 52 | 320 | 42 | 120 | 0 | 22 | 423 | 102 | 61 |
| Binary | 10001010 | 101010 | 11010000 | 100010 | 1010000 | 0 | 10010 | 100010011 | 1000010 | 110001 |
Color Harmonies of #8A2AD0
Complementary color
Monochromatic Colors of #8A2AD0
Black with #8A2AD0
Text Example
Text Example
White with #8A2AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2AD0; }
p { color: rgb(138,42,208); }
H1.HeaderClassName
{
color: #8A2AD0;
}
.AnyTagClassName
{
color: #8A2AD0;
}
</style>
background-color css
<style>
a { background-color: #8A2AD0; }
a { background-color: rgb(138,42,208); }
div.DivClassName
{
background-color: #8A2AD0;
}
.BgClassName
{
background-color: #8A2AD0;
}
</style>
border-color css
<style>
span { border-color: #8A2AD0; }
span { border-color: rgb(138,42,208); }
td.TdClassName
{
border-color: #8A2AD0;
}
.TagClassName
{
border-color: #8A2AD0;
}
</style>