Shades of Blue Violet #8434E8
Tints of Blue Violet #8434E8
RGB
CMYK
RGB Variations
Color information
#8434E8 (or 0x8434E8) is known color: Blue Violet. HEX triplet: 84, 34 and E8. RGB value is (132,52,232). Sum of RGB (Red+Green+Blue) = 132+52+232=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 232 (91.02% from 255 or 55.77% from 416); Max value from RGB is 232 - color contains mainly: blue. Hex color #8434E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8434E8 is #7BCB17. Grayscale: #5F5F5F. Windows color (decimal): -8112920 or 15217796. OLE color: 15217796.
HSL color Cylindrical-coordinate representation of color #8434E8: hue angle of 266.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8434E8 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 52 | 232 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.09 |
| HSL | 266.67º | 0.8% | 0.56% | - |
| HSV(B) | 266.67º | 0.78% | 0.91% | - |
| XYZ | 25.31 | 13.19 | 77.56 | - |
| YUV | 96.44 | 204.5 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 232 | 0.43 | 0.78 | 0 | 0.09 | 266.67 | 0.8 | 0.56 |
| Hex | 84 | 34 | E8 | 2B | 4E | 0 | 9 | 10B | 50 | 38 |
| Octal | 204 | 64 | 350 | 53 | 116 | 0 | 11 | 413 | 120 | 70 |
| Binary | 10000100 | 110100 | 11101000 | 101011 | 1001110 | 0 | 1001 | 100001011 | 1010000 | 111000 |
Color Harmonies of #8434E8
Complementary color
Monochromatic Colors of #8434E8
Black with #8434E8
Text Example
Text Example
White with #8434E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8434E8; }
p { color: rgb(132,52,232); }
H1.HeaderClassName
{
color: #8434E8;
}
.AnyTagClassName
{
color: #8434E8;
}
</style>
background-color css
<style>
a { background-color: #8434E8; }
a { background-color: rgb(132,52,232); }
div.DivClassName
{
background-color: #8434E8;
}
.BgClassName
{
background-color: #8434E8;
}
</style>
border-color css
<style>
span { border-color: #8434E8; }
span { border-color: rgb(132,52,232); }
td.TdClassName
{
border-color: #8434E8;
}
.TagClassName
{
border-color: #8434E8;
}
</style>