Shades of Blue Violet #8334E3
Tints of Blue Violet #8334E3
RGB
CMYK
RGB Variations
Color information
#8334E3 (or 0x8334E3) is known color: Blue Violet. HEX triplet: 83, 34 and E3. RGB value is (131,52,227). Sum of RGB (Red+Green+Blue) = 131+52+227=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 227 (89.06% from 255 or 55.37% from 410); Max value from RGB is 227 - color contains mainly: blue. Hex color #8334E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8334E3 is #7CCB1C. Grayscale: #5E5E5E. Windows color (decimal): -8178461 or 14890115. OLE color: 14890115.
HSL color Cylindrical-coordinate representation of color #8334E3: hue angle of 267.09º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8334E3 is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 52 | 227 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.11 |
| HSL | 267.09º | 0.76% | 0.55% | - |
| HSV(B) | 267.09º | 0.77% | 0.89% | - |
| XYZ | 24.45 | 12.83 | 73.86 | - |
| YUV | 95.57 | 202.17 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 52 | 227 | 0.42 | 0.77 | 0 | 0.11 | 267.09 | 0.76 | 0.55 |
| Hex | 83 | 34 | E3 | 2A | 4D | 0 | B | 10B | 4C | 37 |
| Octal | 203 | 64 | 343 | 52 | 115 | 0 | 13 | 413 | 114 | 67 |
| Binary | 10000011 | 110100 | 11100011 | 101010 | 1001101 | 0 | 1011 | 100001011 | 1001100 | 110111 |
Color Harmonies of #8334E3
Complementary color
Monochromatic Colors of #8334E3
Black with #8334E3
Text Example
Text Example
White with #8334E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8334E3; }
p { color: rgb(131,52,227); }
H1.HeaderClassName
{
color: #8334E3;
}
.AnyTagClassName
{
color: #8334E3;
}
</style>
background-color css
<style>
a { background-color: #8334E3; }
a { background-color: rgb(131,52,227); }
div.DivClassName
{
background-color: #8334E3;
}
.BgClassName
{
background-color: #8334E3;
}
</style>
border-color css
<style>
span { border-color: #8334E3; }
span { border-color: rgb(131,52,227); }
td.TdClassName
{
border-color: #8334E3;
}
.TagClassName
{
border-color: #8334E3;
}
</style>