Shades of Blue Violet #8A2BDA
Tints of Blue Violet #8A2BDA
RGB
CMYK
RGB Variations
Color information
#8A2BDA (or 0x8A2BDA) is known color: Blue Violet. HEX triplet: 8A, 2B and DA. RGB value is (138,43,218). Sum of RGB (Red+Green+Blue) = 138+43+218=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A2BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2BDA is #75D425. Grayscale: #5A5A5A. Windows color (decimal): -7722022 or 14297994. OLE color: 14297994.
HSL color Cylindrical-coordinate representation of color #8A2BDA: hue angle of 272.57º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A2BDA is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 43 | 218 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.15 |
| HSL | 272.57º | 0.7% | 0.51% | - |
| HSV(B) | 272.57º | 0.8% | 0.85% | - |
| XYZ | 24 | 12.19 | 67.42 | - |
| YUV | 91.36 | 199.47 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 43 | 218 | 0.37 | 0.80 | 0 | 0.15 | 272.57 | 0.7 | 0.51 |
| Hex | 8A | 2B | DA | 25 | 50 | 0 | F | 111 | 46 | 33 |
| Octal | 212 | 53 | 332 | 45 | 120 | 0 | 17 | 421 | 106 | 63 |
| Binary | 10001010 | 101011 | 11011010 | 100101 | 1010000 | 0 | 1111 | 100010001 | 1000110 | 110011 |
Color Harmonies of #8A2BDA
Complementary color
Monochromatic Colors of #8A2BDA
Black with #8A2BDA
Text Example
Text Example
White with #8A2BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2BDA; }
p { color: rgb(138,43,218); }
H1.HeaderClassName
{
color: #8A2BDA;
}
.AnyTagClassName
{
color: #8A2BDA;
}
</style>
background-color css
<style>
a { background-color: #8A2BDA; }
a { background-color: rgb(138,43,218); }
div.DivClassName
{
background-color: #8A2BDA;
}
.BgClassName
{
background-color: #8A2BDA;
}
</style>
border-color css
<style>
span { border-color: #8A2BDA; }
span { border-color: rgb(138,43,218); }
td.TdClassName
{
border-color: #8A2BDA;
}
.TagClassName
{
border-color: #8A2BDA;
}
</style>