Shades of Blue Violet #8A1BE3
Tints of Blue Violet #8A1BE3
RGB
CMYK
RGB Variations
Color information
#8A1BE3 (or 0x8A1BE3) is known color: Blue Violet. HEX triplet: 8A, 1B and E3. RGB value is (138,27,227). Sum of RGB (Red+Green+Blue) = 138+27+227=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 227 (89.06% from 255 or 57.91% from 392); Max value from RGB is 227 - color contains mainly: blue. Hex color #8A1BE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1BE3 is #75E41C. Grayscale: #525252. Windows color (decimal): -7726109 or 14883722. OLE color: 14883722.
HSL color Cylindrical-coordinate representation of color #8A1BE3: hue angle of 273.3º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1BE3 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 138 | 27 | 227 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.11 |
| HSL | 273.3º | 0.79% | 0.5% | - |
| HSV(B) | 273.3º | 0.88% | 0.89% | - |
| XYZ | 24.74 | 11.73 | 73.63 | - |
| YUV | 82.99 | 209.27 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 27 | 227 | 0.39 | 0.88 | 0 | 0.11 | 273.3 | 0.79 | 0.5 |
| Hex | 8A | 1B | E3 | 27 | 58 | 0 | B | 111 | 4F | 32 |
| Octal | 212 | 33 | 343 | 47 | 130 | 0 | 13 | 421 | 117 | 62 |
| Binary | 10001010 | 11011 | 11100011 | 100111 | 1011000 | 0 | 1011 | 100010001 | 1001111 | 110010 |
Color Harmonies of #8A1BE3
Complementary color
Monochromatic Colors of #8A1BE3
Black with #8A1BE3
Text Example
Text Example
White with #8A1BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1BE3; }
p { color: rgb(138,27,227); }
H1.HeaderClassName
{
color: #8A1BE3;
}
.AnyTagClassName
{
color: #8A1BE3;
}
</style>
background-color css
<style>
a { background-color: #8A1BE3; }
a { background-color: rgb(138,27,227); }
div.DivClassName
{
background-color: #8A1BE3;
}
.BgClassName
{
background-color: #8A1BE3;
}
</style>
border-color css
<style>
span { border-color: #8A1BE3; }
span { border-color: rgb(138,27,227); }
td.TdClassName
{
border-color: #8A1BE3;
}
.TagClassName
{
border-color: #8A1BE3;
}
</style>