Shades of Blue Violet #8A3BDC
Tints of Blue Violet #8A3BDC
RGB
CMYK
RGB Variations
Color information
#8A3BDC (or 0x8A3BDC) is known color: Blue Violet. HEX triplet: 8A, 3B and DC. RGB value is (138,59,220). Sum of RGB (Red+Green+Blue) = 138+59+220=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A3BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3BDC is #75C423. Grayscale: #646464. Windows color (decimal): -7717924 or 14433162. OLE color: 14433162.
HSL color Cylindrical-coordinate representation of color #8A3BDC: hue angle of 269.44º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A3BDC is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 59 | 220 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.14 |
| HSL | 269.44º | 0.7% | 0.55% | - |
| HSV(B) | 269.44º | 0.73% | 0.86% | - |
| XYZ | 24.96 | 13.7 | 69.04 | - |
| YUV | 100.98 | 195.17 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 59 | 220 | 0.37 | 0.73 | 0 | 0.14 | 269.44 | 0.7 | 0.55 |
| Hex | 8A | 3B | DC | 25 | 49 | 0 | E | 10D | 46 | 37 |
| Octal | 212 | 73 | 334 | 45 | 111 | 0 | 16 | 415 | 106 | 67 |
| Binary | 10001010 | 111011 | 11011100 | 100101 | 1001001 | 0 | 1110 | 100001101 | 1000110 | 110111 |
Color Harmonies of #8A3BDC
Complementary color
Monochromatic Colors of #8A3BDC
Black with #8A3BDC
Text Example
Text Example
White with #8A3BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3BDC; }
p { color: rgb(138,59,220); }
H1.HeaderClassName
{
color: #8A3BDC;
}
.AnyTagClassName
{
color: #8A3BDC;
}
</style>
background-color css
<style>
a { background-color: #8A3BDC; }
a { background-color: rgb(138,59,220); }
div.DivClassName
{
background-color: #8A3BDC;
}
.BgClassName
{
background-color: #8A3BDC;
}
</style>
border-color css
<style>
span { border-color: #8A3BDC; }
span { border-color: rgb(138,59,220); }
td.TdClassName
{
border-color: #8A3BDC;
}
.TagClassName
{
border-color: #8A3BDC;
}
</style>