Shades of Blue Violet #8B37FE
Tints of Blue Violet #8B37FE
RGB
CMYK
RGB Variations
Color information
#8B37FE (or 0x8B37FE) is known color: Blue Violet. HEX triplet: 8B, 37 and FE. RGB value is (139,55,254). Sum of RGB (Red+Green+Blue) = 139+55+254=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B37FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B37FE is #74C801. Grayscale: #666666. Windows color (decimal): -7653378 or 16660363. OLE color: 16660363.
HSL color Cylindrical-coordinate representation of color #8B37FE: hue angle of 265.33º 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 #8B37FE is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 55 | 254 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.00 |
| HSL | 265.33º | 0.99% | 0.61% | - |
| HSV(B) | 265.33º | 0.78% | 1% | - |
| XYZ | 29.9 | 15.38 | 95.16 | - |
| YUV | 102.8 | 213.33 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 55 | 254 | 0.45 | 0.78 | 0 | 0.00 | 265.33 | 0.99 | 0.61 |
| Hex | 8B | 37 | FE | 2D | 4E | 0 | 0 | 109 | 63 | 3D |
| Octal | 213 | 67 | 376 | 55 | 116 | 0 | 0 | 411 | 143 | 75 |
| Binary | 10001011 | 110111 | 11111110 | 101101 | 1001110 | 0 | 0 | 100001001 | 1100011 | 111101 |
Color Harmonies of #8B37FE
Complementary color
Monochromatic Colors of #8B37FE
Black with #8B37FE
Text Example
Text Example
White with #8B37FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B37FE; }
p { color: rgb(139,55,254); }
H1.HeaderClassName
{
color: #8B37FE;
}
.AnyTagClassName
{
color: #8B37FE;
}
</style>
background-color css
<style>
a { background-color: #8B37FE; }
a { background-color: rgb(139,55,254); }
div.DivClassName
{
background-color: #8B37FE;
}
.BgClassName
{
background-color: #8B37FE;
}
</style>
border-color css
<style>
span { border-color: #8B37FE; }
span { border-color: rgb(139,55,254); }
td.TdClassName
{
border-color: #8B37FE;
}
.TagClassName
{
border-color: #8B37FE;
}
</style>