Shades of Blue Violet #8A34DD
Tints of Blue Violet #8A34DD
RGB
CMYK
RGB Variations
Color information
#8A34DD (or 0x8A34DD) is known color: Blue Violet. HEX triplet: 8A, 34 and DD. RGB value is (138,52,221). Sum of RGB (Red+Green+Blue) = 138+52+221=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A34DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A34DD is #75CB22. Grayscale: #606060. Windows color (decimal): -7719715 or 14496906. OLE color: 14496906.
HSL color Cylindrical-coordinate representation of color #8A34DD: hue angle of 270.53º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A34DD is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 52 | 221 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.13 |
| HSL | 270.53º | 0.71% | 0.54% | - |
| HSV(B) | 270.53º | 0.76% | 0.87% | - |
| XYZ | 24.76 | 13.08 | 69.63 | - |
| YUV | 96.98 | 197.99 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 52 | 221 | 0.38 | 0.76 | 0 | 0.13 | 270.53 | 0.71 | 0.54 |
| Hex | 8A | 34 | DD | 26 | 4C | 0 | D | 10F | 47 | 36 |
| Octal | 212 | 64 | 335 | 46 | 114 | 0 | 15 | 417 | 107 | 66 |
| Binary | 10001010 | 110100 | 11011101 | 100110 | 1001100 | 0 | 1101 | 100001111 | 1000111 | 110110 |
Color Harmonies of #8A34DD
Complementary color
Monochromatic Colors of #8A34DD
Black with #8A34DD
Text Example
Text Example
White with #8A34DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A34DD; }
p { color: rgb(138,52,221); }
H1.HeaderClassName
{
color: #8A34DD;
}
.AnyTagClassName
{
color: #8A34DD;
}
</style>
background-color css
<style>
a { background-color: #8A34DD; }
a { background-color: rgb(138,52,221); }
div.DivClassName
{
background-color: #8A34DD;
}
.BgClassName
{
background-color: #8A34DD;
}
</style>
border-color css
<style>
span { border-color: #8A34DD; }
span { border-color: rgb(138,52,221); }
td.TdClassName
{
border-color: #8A34DD;
}
.TagClassName
{
border-color: #8A34DD;
}
</style>