Shades of Blue Violet #8A27DA
Tints of Blue Violet #8A27DA
RGB
CMYK
RGB Variations
Color information
#8A27DA (or 0x8A27DA) is known color: Blue Violet. HEX triplet: 8A, 27 and DA. RGB value is (138,39,218). Sum of RGB (Red+Green+Blue) = 138+39+218=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A27DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A27DA is #75D825. Grayscale: #585858. Windows color (decimal): -7723046 or 14296970. OLE color: 14296970.
HSL color Cylindrical-coordinate representation of color #8A27DA: hue angle of 273.18º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A27DA is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 39 | 218 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.15 |
| HSL | 273.18º | 0.71% | 0.5% | - |
| HSV(B) | 273.18º | 0.82% | 0.85% | - |
| XYZ | 23.86 | 11.92 | 67.37 | - |
| YUV | 89.01 | 200.8 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 39 | 218 | 0.37 | 0.82 | 0 | 0.15 | 273.18 | 0.71 | 0.5 |
| Hex | 8A | 27 | DA | 25 | 52 | 0 | F | 111 | 47 | 32 |
| Octal | 212 | 47 | 332 | 45 | 122 | 0 | 17 | 421 | 107 | 62 |
| Binary | 10001010 | 100111 | 11011010 | 100101 | 1010010 | 0 | 1111 | 100010001 | 1000111 | 110010 |
Color Harmonies of #8A27DA
Complementary color
Monochromatic Colors of #8A27DA
Black with #8A27DA
Text Example
Text Example
White with #8A27DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A27DA; }
p { color: rgb(138,39,218); }
H1.HeaderClassName
{
color: #8A27DA;
}
.AnyTagClassName
{
color: #8A27DA;
}
</style>
background-color css
<style>
a { background-color: #8A27DA; }
a { background-color: rgb(138,39,218); }
div.DivClassName
{
background-color: #8A27DA;
}
.BgClassName
{
background-color: #8A27DA;
}
</style>
border-color css
<style>
span { border-color: #8A27DA; }
span { border-color: rgb(138,39,218); }
td.TdClassName
{
border-color: #8A27DA;
}
.TagClassName
{
border-color: #8A27DA;
}
</style>