Shades of Blue Violet #8A2ADE
Tints of Blue Violet #8A2ADE
RGB
CMYK
RGB Variations
Color information
#8A2ADE (or 0x8A2ADE) is known color: Blue Violet. HEX triplet: 8A, 2A and DE. RGB value is (138,42,222). Sum of RGB (Red+Green+Blue) = 138+42+222=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A2ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2ADE is #75D521. Grayscale: #5A5A5A. Windows color (decimal): -7722274 or 14559882. OLE color: 14559882.
HSL color Cylindrical-coordinate representation of color #8A2ADE: hue angle of 272º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A2ADE is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 42 | 222 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.13 |
| HSL | 272º | 0.73% | 0.52% | - |
| HSV(B) | 272º | 0.81% | 0.87% | - |
| XYZ | 24.49 | 12.33 | 70.2 | - |
| YUV | 91.22 | 201.8 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 42 | 222 | 0.38 | 0.81 | 0 | 0.13 | 272 | 0.73 | 0.52 |
| Hex | 8A | 2A | DE | 26 | 51 | 0 | D | 110 | 49 | 34 |
| Octal | 212 | 52 | 336 | 46 | 121 | 0 | 15 | 420 | 111 | 64 |
| Binary | 10001010 | 101010 | 11011110 | 100110 | 1010001 | 0 | 1101 | 100010000 | 1001001 | 110100 |
Color Harmonies of #8A2ADE
Complementary color
Monochromatic Colors of #8A2ADE
Black with #8A2ADE
Text Example
Text Example
White with #8A2ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2ADE; }
p { color: rgb(138,42,222); }
H1.HeaderClassName
{
color: #8A2ADE;
}
.AnyTagClassName
{
color: #8A2ADE;
}
</style>
background-color css
<style>
a { background-color: #8A2ADE; }
a { background-color: rgb(138,42,222); }
div.DivClassName
{
background-color: #8A2ADE;
}
.BgClassName
{
background-color: #8A2ADE;
}
</style>
border-color css
<style>
span { border-color: #8A2ADE; }
span { border-color: rgb(138,42,222); }
td.TdClassName
{
border-color: #8A2ADE;
}
.TagClassName
{
border-color: #8A2ADE;
}
</style>