Shades of Blue Violet #8A4ADE
Tints of Blue Violet #8A4ADE
RGB
CMYK
RGB Variations
Color information
#8A4ADE (or 0x8A4ADE) is known color: Blue Violet. HEX triplet: 8A, 4A and DE. RGB value is (138,74,222). Sum of RGB (Red+Green+Blue) = 138+74+222=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A4ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4ADE is #75B521. Grayscale: #6D6D6D. Windows color (decimal): -7714082 or 14568074. OLE color: 14568074.
HSL color Cylindrical-coordinate representation of color #8A4ADE: hue angle of 265.95º degrees, saturation: 0.69, 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 #8A4ADE is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 74 | 222 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.13 |
| HSL | 265.95º | 0.69% | 0.58% | - |
| HSV(B) | 265.95º | 0.67% | 0.87% | - |
| XYZ | 26.11 | 15.57 | 70.74 | - |
| YUV | 110.01 | 191.2 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 74 | 222 | 0.38 | 0.67 | 0 | 0.13 | 265.95 | 0.69 | 0.58 |
| Hex | 8A | 4A | DE | 26 | 43 | 0 | D | 10A | 45 | 3A |
| Octal | 212 | 112 | 336 | 46 | 103 | 0 | 15 | 412 | 105 | 72 |
| Binary | 10001010 | 1001010 | 11011110 | 100110 | 1000011 | 0 | 1101 | 100001010 | 1000101 | 111010 |
Color Harmonies of #8A4ADE
Complementary color
Monochromatic Colors of #8A4ADE
Black with #8A4ADE
Text Example
Text Example
White with #8A4ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4ADE; }
p { color: rgb(138,74,222); }
H1.HeaderClassName
{
color: #8A4ADE;
}
.AnyTagClassName
{
color: #8A4ADE;
}
</style>
background-color css
<style>
a { background-color: #8A4ADE; }
a { background-color: rgb(138,74,222); }
div.DivClassName
{
background-color: #8A4ADE;
}
.BgClassName
{
background-color: #8A4ADE;
}
</style>
border-color css
<style>
span { border-color: #8A4ADE; }
span { border-color: rgb(138,74,222); }
td.TdClassName
{
border-color: #8A4ADE;
}
.TagClassName
{
border-color: #8A4ADE;
}
</style>