Shades of Blue Violet #8A3CED
Tints of Blue Violet #8A3CED
RGB
CMYK
RGB Variations
Color information
#8A3CED (or 0x8A3CED) is known color: Blue Violet. HEX triplet: 8A, 3C and ED. RGB value is (138,60,237). Sum of RGB (Red+Green+Blue) = 138+60+237=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A3CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A3CED is #75C312. Grayscale: #666666. Windows color (decimal): -7717651 or 15547530. OLE color: 15547530.
HSL color Cylindrical-coordinate representation of color #8A3CED: hue angle of 266.44º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A3CED is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 60 | 237 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.07 |
| HSL | 266.44º | 0.83% | 0.58% | - |
| HSV(B) | 266.44º | 0.75% | 0.93% | - |
| XYZ | 27.38 | 14.75 | 81.52 | - |
| YUV | 103.5 | 203.34 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 60 | 237 | 0.42 | 0.75 | 0 | 0.07 | 266.44 | 0.83 | 0.58 |
| Hex | 8A | 3C | ED | 2A | 4B | 0 | 7 | 10A | 53 | 3A |
| Octal | 212 | 74 | 355 | 52 | 113 | 0 | 7 | 412 | 123 | 72 |
| Binary | 10001010 | 111100 | 11101101 | 101010 | 1001011 | 0 | 111 | 100001010 | 1010011 | 111010 |
Color Harmonies of #8A3CED
Complementary color
Monochromatic Colors of #8A3CED
Black with #8A3CED
Text Example
Text Example
White with #8A3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3CED; }
p { color: rgb(138,60,237); }
H1.HeaderClassName
{
color: #8A3CED;
}
.AnyTagClassName
{
color: #8A3CED;
}
</style>
background-color css
<style>
a { background-color: #8A3CED; }
a { background-color: rgb(138,60,237); }
div.DivClassName
{
background-color: #8A3CED;
}
.BgClassName
{
background-color: #8A3CED;
}
</style>
border-color css
<style>
span { border-color: #8A3CED; }
span { border-color: rgb(138,60,237); }
td.TdClassName
{
border-color: #8A3CED;
}
.TagClassName
{
border-color: #8A3CED;
}
</style>