Shades of Blue Violet #8A3EDD
Tints of Blue Violet #8A3EDD
RGB
CMYK
RGB Variations
Color information
#8A3EDD (or 0x8A3EDD) is known color: Blue Violet. HEX triplet: 8A, 3E and DD. RGB value is (138,62,221). Sum of RGB (Red+Green+Blue) = 138+62+221=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 62 (24.61% from 255 or 14.73% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A3EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3EDD is #75C122. Grayscale: #666666. Windows color (decimal): -7717155 or 14499466. OLE color: 14499466.
HSL color Cylindrical-coordinate representation of color #8A3EDD: hue angle of 268.68º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A3EDD is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 62 | 221 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.13 |
| HSL | 268.68º | 0.7% | 0.55% | - |
| HSV(B) | 268.68º | 0.72% | 0.87% | - |
| XYZ | 25.26 | 14.07 | 69.79 | - |
| YUV | 102.85 | 194.68 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 221 | 0.38 | 0.72 | 0 | 0.13 | 268.68 | 0.7 | 0.55 |
| Hex | 8A | 3E | DD | 26 | 48 | 0 | D | 10D | 46 | 37 |
| Octal | 212 | 76 | 335 | 46 | 110 | 0 | 15 | 415 | 106 | 67 |
| Binary | 10001010 | 111110 | 11011101 | 100110 | 1001000 | 0 | 1101 | 100001101 | 1000110 | 110111 |
Color Harmonies of #8A3EDD
Complementary color
Monochromatic Colors of #8A3EDD
Black with #8A3EDD
Text Example
Text Example
White with #8A3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3EDD; }
p { color: rgb(138,62,221); }
H1.HeaderClassName
{
color: #8A3EDD;
}
.AnyTagClassName
{
color: #8A3EDD;
}
</style>
background-color css
<style>
a { background-color: #8A3EDD; }
a { background-color: rgb(138,62,221); }
div.DivClassName
{
background-color: #8A3EDD;
}
.BgClassName
{
background-color: #8A3EDD;
}
</style>
border-color css
<style>
span { border-color: #8A3EDD; }
span { border-color: rgb(138,62,221); }
td.TdClassName
{
border-color: #8A3EDD;
}
.TagClassName
{
border-color: #8A3EDD;
}
</style>