Shades of Blue Violet #8A4ADD
Tints of Blue Violet #8A4ADD
RGB
CMYK
RGB Variations
Color information
#8A4ADD (or 0x8A4ADD) is known color: Blue Violet. HEX triplet: 8A, 4A and DD. RGB value is (138,74,221). Sum of RGB (Red+Green+Blue) = 138+74+221=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A4ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4ADD is #75B522. Grayscale: #6D6D6D. Windows color (decimal): -7714083 or 14502538. OLE color: 14502538.
HSL color Cylindrical-coordinate representation of color #8A4ADD: hue angle of 266.12º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A4ADD is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 74 | 221 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.13 |
| HSL | 266.12º | 0.68% | 0.58% | - |
| HSV(B) | 266.12º | 0.67% | 0.87% | - |
| XYZ | 25.98 | 15.52 | 70.03 | - |
| YUV | 109.89 | 190.7 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 74 | 221 | 0.38 | 0.67 | 0 | 0.13 | 266.12 | 0.68 | 0.58 |
| Hex | 8A | 4A | DD | 26 | 43 | 0 | D | 10A | 44 | 3A |
| Octal | 212 | 112 | 335 | 46 | 103 | 0 | 15 | 412 | 104 | 72 |
| Binary | 10001010 | 1001010 | 11011101 | 100110 | 1000011 | 0 | 1101 | 100001010 | 1000100 | 111010 |
Color Harmonies of #8A4ADD
Complementary color
Monochromatic Colors of #8A4ADD
Black with #8A4ADD
Text Example
Text Example
White with #8A4ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4ADD; }
p { color: rgb(138,74,221); }
H1.HeaderClassName
{
color: #8A4ADD;
}
.AnyTagClassName
{
color: #8A4ADD;
}
</style>
background-color css
<style>
a { background-color: #8A4ADD; }
a { background-color: rgb(138,74,221); }
div.DivClassName
{
background-color: #8A4ADD;
}
.BgClassName
{
background-color: #8A4ADD;
}
</style>
border-color css
<style>
span { border-color: #8A4ADD; }
span { border-color: rgb(138,74,221); }
td.TdClassName
{
border-color: #8A4ADD;
}
.TagClassName
{
border-color: #8A4ADD;
}
</style>