Shades of Blue Violet #8A1BED
Tints of Blue Violet #8A1BED
RGB
CMYK
RGB Variations
Color information
#8A1BED (or 0x8A1BED) is known color: Blue Violet. HEX triplet: 8A, 1B and ED. RGB value is (138,27,237). Sum of RGB (Red+Green+Blue) = 138+27+237=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A1BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A1BED is #75E412. Grayscale: #535353. Windows color (decimal): -7726099 or 15539082. OLE color: 15539082.
HSL color Cylindrical-coordinate representation of color #8A1BED: hue angle of 271.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A1BED is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 27 | 237 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.07 |
| HSL | 271.71º | 0.85% | 0.52% | - |
| HSV(B) | 271.71º | 0.89% | 0.93% | - |
| XYZ | 26.16 | 12.3 | 81.12 | - |
| YUV | 84.13 | 214.27 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 27 | 237 | 0.42 | 0.89 | 0 | 0.07 | 271.71 | 0.85 | 0.52 |
| Hex | 8A | 1B | ED | 2A | 59 | 0 | 7 | 110 | 55 | 34 |
| Octal | 212 | 33 | 355 | 52 | 131 | 0 | 7 | 420 | 125 | 64 |
| Binary | 10001010 | 11011 | 11101101 | 101010 | 1011001 | 0 | 111 | 100010000 | 1010101 | 110100 |
Color Harmonies of #8A1BED
Complementary color
Monochromatic Colors of #8A1BED
Black with #8A1BED
Text Example
Text Example
White with #8A1BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1BED; }
p { color: rgb(138,27,237); }
H1.HeaderClassName
{
color: #8A1BED;
}
.AnyTagClassName
{
color: #8A1BED;
}
</style>
background-color css
<style>
a { background-color: #8A1BED; }
a { background-color: rgb(138,27,237); }
div.DivClassName
{
background-color: #8A1BED;
}
.BgClassName
{
background-color: #8A1BED;
}
</style>
border-color css
<style>
span { border-color: #8A1BED; }
span { border-color: rgb(138,27,237); }
td.TdClassName
{
border-color: #8A1BED;
}
.TagClassName
{
border-color: #8A1BED;
}
</style>