Shades of Blue Violet #8A2ADC
Tints of Blue Violet #8A2ADC
RGB
CMYK
RGB Variations
Color information
#8A2ADC (or 0x8A2ADC) is known color: Blue Violet. HEX triplet: 8A, 2A and DC. RGB value is (138,42,220). Sum of RGB (Red+Green+Blue) = 138+42+220=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A2ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2ADC is #75D523. Grayscale: #5A5A5A. Windows color (decimal): -7722276 or 14428810. OLE color: 14428810.
HSL color Cylindrical-coordinate representation of color #8A2ADC: hue angle of 272.36º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A2ADC is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 42 | 220 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.14 |
| HSL | 272.36º | 0.72% | 0.51% | - |
| HSV(B) | 272.36º | 0.81% | 0.86% | - |
| XYZ | 24.23 | 12.23 | 68.79 | - |
| YUV | 91 | 200.8 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 42 | 220 | 0.37 | 0.81 | 0 | 0.14 | 272.36 | 0.72 | 0.51 |
| Hex | 8A | 2A | DC | 25 | 51 | 0 | E | 110 | 48 | 33 |
| Octal | 212 | 52 | 334 | 45 | 121 | 0 | 16 | 420 | 110 | 63 |
| Binary | 10001010 | 101010 | 11011100 | 100101 | 1010001 | 0 | 1110 | 100010000 | 1001000 | 110011 |
Color Harmonies of #8A2ADC
Complementary color
Monochromatic Colors of #8A2ADC
Black with #8A2ADC
Text Example
Text Example
White with #8A2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2ADC; }
p { color: rgb(138,42,220); }
H1.HeaderClassName
{
color: #8A2ADC;
}
.AnyTagClassName
{
color: #8A2ADC;
}
</style>
background-color css
<style>
a { background-color: #8A2ADC; }
a { background-color: rgb(138,42,220); }
div.DivClassName
{
background-color: #8A2ADC;
}
.BgClassName
{
background-color: #8A2ADC;
}
</style>
border-color css
<style>
span { border-color: #8A2ADC; }
span { border-color: rgb(138,42,220); }
td.TdClassName
{
border-color: #8A2ADC;
}
.TagClassName
{
border-color: #8A2ADC;
}
</style>