Shades of Blue Violet #8331E6
Tints of Blue Violet #8331E6
RGB
CMYK
RGB Variations
Color information
#8331E6 (or 0x8331E6) is known color: Blue Violet. HEX triplet: 83, 31 and E6. RGB value is (131,49,230). Sum of RGB (Red+Green+Blue) = 131+49+230=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 49 (19.53% from 255 or 11.95% from 410); Blue value is 230 (90.23% from 255 or 56.10% from 410); Max value from RGB is 230 - color contains mainly: blue. Hex color #8331E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8331E6 is #7CCE19. Grayscale: #5D5D5D. Windows color (decimal): -8179226 or 15085955. OLE color: 15085955.
HSL color Cylindrical-coordinate representation of color #8331E6: hue angle of 267.18º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8331E6 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 49 | 230 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.10 |
| HSL | 267.18º | 0.78% | 0.55% | - |
| HSV(B) | 267.18º | 0.79% | 0.9% | - |
| XYZ | 24.74 | 12.74 | 76.02 | - |
| YUV | 94.15 | 204.67 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 49 | 230 | 0.43 | 0.79 | 0 | 0.10 | 267.18 | 0.78 | 0.55 |
| Hex | 83 | 31 | E6 | 2B | 4F | 0 | A | 10B | 4E | 37 |
| Octal | 203 | 61 | 346 | 53 | 117 | 0 | 12 | 413 | 116 | 67 |
| Binary | 10000011 | 110001 | 11100110 | 101011 | 1001111 | 0 | 1010 | 100001011 | 1001110 | 110111 |
Color Harmonies of #8331E6
Complementary color
Monochromatic Colors of #8331E6
Black with #8331E6
Text Example
Text Example
White with #8331E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8331E6; }
p { color: rgb(131,49,230); }
H1.HeaderClassName
{
color: #8331E6;
}
.AnyTagClassName
{
color: #8331E6;
}
</style>
background-color css
<style>
a { background-color: #8331E6; }
a { background-color: rgb(131,49,230); }
div.DivClassName
{
background-color: #8331E6;
}
.BgClassName
{
background-color: #8331E6;
}
</style>
border-color css
<style>
span { border-color: #8331E6; }
span { border-color: rgb(131,49,230); }
td.TdClassName
{
border-color: #8331E6;
}
.TagClassName
{
border-color: #8331E6;
}
</style>