Shades of Blue Violet #8A37FE
Tints of Blue Violet #8A37FE
RGB
CMYK
RGB Variations
Color information
#8A37FE (or 0x8A37FE) is known color: Blue Violet. HEX triplet: 8A, 37 and FE. RGB value is (138,55,254). Sum of RGB (Red+Green+Blue) = 138+55+254=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A37FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A37FE is #75C801. Grayscale: #656565. Windows color (decimal): -7718914 or 16660362. OLE color: 16660362.
HSL color Cylindrical-coordinate representation of color #8A37FE: hue angle of 265.03º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A37FE is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 55 | 254 | - |
| CMYK | 0.46 | 0.78 | 0 | 0.00 |
| HSL | 265.03º | 0.99% | 0.61% | - |
| HSV(B) | 265.03º | 0.78% | 1% | - |
| XYZ | 29.74 | 15.29 | 95.15 | - |
| YUV | 102.5 | 213.5 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 55 | 254 | 0.46 | 0.78 | 0 | 0.00 | 265.03 | 0.99 | 0.61 |
| Hex | 8A | 37 | FE | 2E | 4E | 0 | 0 | 109 | 63 | 3D |
| Octal | 212 | 67 | 376 | 56 | 116 | 0 | 0 | 411 | 143 | 75 |
| Binary | 10001010 | 110111 | 11111110 | 101110 | 1001110 | 0 | 0 | 100001001 | 1100011 | 111101 |
Color Harmonies of #8A37FE
Complementary color
Monochromatic Colors of #8A37FE
Black with #8A37FE
Text Example
Text Example
White with #8A37FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A37FE; }
p { color: rgb(138,55,254); }
H1.HeaderClassName
{
color: #8A37FE;
}
.AnyTagClassName
{
color: #8A37FE;
}
</style>
background-color css
<style>
a { background-color: #8A37FE; }
a { background-color: rgb(138,55,254); }
div.DivClassName
{
background-color: #8A37FE;
}
.BgClassName
{
background-color: #8A37FE;
}
</style>
border-color css
<style>
span { border-color: #8A37FE; }
span { border-color: rgb(138,55,254); }
td.TdClassName
{
border-color: #8A37FE;
}
.TagClassName
{
border-color: #8A37FE;
}
</style>