Shades of Blue Violet #8A2BDC
Tints of Blue Violet #8A2BDC
RGB
CMYK
RGB Variations
Color information
#8A2BDC (or 0x8A2BDC) is known color: Blue Violet. HEX triplet: 8A, 2B and DC. RGB value is (138,43,220). Sum of RGB (Red+Green+Blue) = 138+43+220=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A2BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2BDC is #75D423. Grayscale: #5A5A5A. Windows color (decimal): -7722020 or 14429066. OLE color: 14429066.
HSL color Cylindrical-coordinate representation of color #8A2BDC: hue angle of 272.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A2BDC is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 43 | 220 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.14 |
| HSL | 272.2º | 0.72% | 0.52% | - |
| HSV(B) | 272.2º | 0.8% | 0.86% | - |
| XYZ | 24.26 | 12.3 | 68.81 | - |
| YUV | 91.58 | 200.47 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 43 | 220 | 0.37 | 0.80 | 0 | 0.14 | 272.2 | 0.72 | 0.52 |
| Hex | 8A | 2B | DC | 25 | 50 | 0 | E | 110 | 48 | 34 |
| Octal | 212 | 53 | 334 | 45 | 120 | 0 | 16 | 420 | 110 | 64 |
| Binary | 10001010 | 101011 | 11011100 | 100101 | 1010000 | 0 | 1110 | 100010000 | 1001000 | 110100 |
Color Harmonies of #8A2BDC
Complementary color
Monochromatic Colors of #8A2BDC
Black with #8A2BDC
Text Example
Text Example
White with #8A2BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2BDC; }
p { color: rgb(138,43,220); }
H1.HeaderClassName
{
color: #8A2BDC;
}
.AnyTagClassName
{
color: #8A2BDC;
}
</style>
background-color css
<style>
a { background-color: #8A2BDC; }
a { background-color: rgb(138,43,220); }
div.DivClassName
{
background-color: #8A2BDC;
}
.BgClassName
{
background-color: #8A2BDC;
}
</style>
border-color css
<style>
span { border-color: #8A2BDC; }
span { border-color: rgb(138,43,220); }
td.TdClassName
{
border-color: #8A2BDC;
}
.TagClassName
{
border-color: #8A2BDC;
}
</style>