Shades of Blue Violet #8A3DEC
Tints of Blue Violet #8A3DEC
RGB
CMYK
RGB Variations
Color information
#8A3DEC (or 0x8A3DEC) is known color: Blue Violet. HEX triplet: 8A, 3D and EC. RGB value is (138,61,236). Sum of RGB (Red+Green+Blue) = 138+61+236=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A3DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A3DEC is #75C213. Grayscale: #676767. Windows color (decimal): -7717396 or 15482250. OLE color: 15482250.
HSL color Cylindrical-coordinate representation of color #8A3DEC: hue angle of 266.4º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A3DEC is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 61 | 236 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.07 |
| HSL | 266.4º | 0.82% | 0.58% | - |
| HSV(B) | 266.4º | 0.74% | 0.93% | - |
| XYZ | 27.29 | 14.8 | 80.77 | - |
| YUV | 103.97 | 202.51 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 61 | 236 | 0.42 | 0.74 | 0 | 0.07 | 266.4 | 0.82 | 0.58 |
| Hex | 8A | 3D | EC | 2A | 4A | 0 | 7 | 10A | 52 | 3A |
| Octal | 212 | 75 | 354 | 52 | 112 | 0 | 7 | 412 | 122 | 72 |
| Binary | 10001010 | 111101 | 11101100 | 101010 | 1001010 | 0 | 111 | 100001010 | 1010010 | 111010 |
Color Harmonies of #8A3DEC
Complementary color
Monochromatic Colors of #8A3DEC
Black with #8A3DEC
Text Example
Text Example
White with #8A3DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3DEC; }
p { color: rgb(138,61,236); }
H1.HeaderClassName
{
color: #8A3DEC;
}
.AnyTagClassName
{
color: #8A3DEC;
}
</style>
background-color css
<style>
a { background-color: #8A3DEC; }
a { background-color: rgb(138,61,236); }
div.DivClassName
{
background-color: #8A3DEC;
}
.BgClassName
{
background-color: #8A3DEC;
}
</style>
border-color css
<style>
span { border-color: #8A3DEC; }
span { border-color: rgb(138,61,236); }
td.TdClassName
{
border-color: #8A3DEC;
}
.TagClassName
{
border-color: #8A3DEC;
}
</style>