Shades of Blue Violet #8B34EA
Tints of Blue Violet #8B34EA
RGB
CMYK
RGB Variations
Color information
#8B34EA (or 0x8B34EA) is known color: Blue Violet. HEX triplet: 8B, 34 and EA. RGB value is (139,52,234). Sum of RGB (Red+Green+Blue) = 139+52+234=425 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.71% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #8B34EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B34EA is #74CB15. Grayscale: #626262. Windows color (decimal): -7654166 or 15348875. OLE color: 15348875.
HSL color Cylindrical-coordinate representation of color #8B34EA: hue angle of 268.68º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B34EA is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 52 | 234 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.08 |
| HSL | 268.68º | 0.81% | 0.56% | - |
| HSV(B) | 268.68º | 0.78% | 0.92% | - |
| XYZ | 26.73 | 13.89 | 79.11 | - |
| YUV | 98.76 | 204.32 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 52 | 234 | 0.41 | 0.78 | 0 | 0.08 | 268.68 | 0.81 | 0.56 |
| Hex | 8B | 34 | EA | 29 | 4E | 0 | 8 | 10D | 51 | 38 |
| Octal | 213 | 64 | 352 | 51 | 116 | 0 | 10 | 415 | 121 | 70 |
| Binary | 10001011 | 110100 | 11101010 | 101001 | 1001110 | 0 | 1000 | 100001101 | 1010001 | 111000 |
Color Harmonies of #8B34EA
Complementary color
Monochromatic Colors of #8B34EA
Black with #8B34EA
Text Example
Text Example
White with #8B34EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B34EA; }
p { color: rgb(139,52,234); }
H1.HeaderClassName
{
color: #8B34EA;
}
.AnyTagClassName
{
color: #8B34EA;
}
</style>
background-color css
<style>
a { background-color: #8B34EA; }
a { background-color: rgb(139,52,234); }
div.DivClassName
{
background-color: #8B34EA;
}
.BgClassName
{
background-color: #8B34EA;
}
</style>
border-color css
<style>
span { border-color: #8B34EA; }
span { border-color: rgb(139,52,234); }
td.TdClassName
{
border-color: #8B34EA;
}
.TagClassName
{
border-color: #8B34EA;
}
</style>