Shades of Blue Violet #8434FE
Tints of Blue Violet #8434FE
RGB
CMYK
RGB Variations
Color information
#8434FE (or 0x8434FE) is known color: Blue Violet. HEX triplet: 84, 34 and FE. RGB value is (132,52,254). Sum of RGB (Red+Green+Blue) = 132+52+254=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #8434FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8434FE is #7BCB01. Grayscale: #626262. Windows color (decimal): -8112898 or 16659588. OLE color: 16659588.
HSL color Cylindrical-coordinate representation of color #8434FE: hue angle of 263.76º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8434FE is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 52 | 254 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.00 |
| HSL | 263.76º | 0.99% | 0.6% | - |
| HSV(B) | 263.76º | 0.8% | 1% | - |
| XYZ | 28.63 | 14.52 | 95.06 | - |
| YUV | 98.95 | 215.5 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 254 | 0.48 | 0.80 | 0 | 0.00 | 263.76 | 0.99 | 0.6 |
| Hex | 84 | 34 | FE | 30 | 50 | 0 | 0 | 108 | 63 | 3C |
| Octal | 204 | 64 | 376 | 60 | 120 | 0 | 0 | 410 | 143 | 74 |
| Binary | 10000100 | 110100 | 11111110 | 110000 | 1010000 | 0 | 0 | 100001000 | 1100011 | 111100 |
Color Harmonies of #8434FE
Complementary color
Monochromatic Colors of #8434FE
Black with #8434FE
Text Example
Text Example
White with #8434FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8434FE; }
p { color: rgb(132,52,254); }
H1.HeaderClassName
{
color: #8434FE;
}
.AnyTagClassName
{
color: #8434FE;
}
</style>
background-color css
<style>
a { background-color: #8434FE; }
a { background-color: rgb(132,52,254); }
div.DivClassName
{
background-color: #8434FE;
}
.BgClassName
{
background-color: #8434FE;
}
</style>
border-color css
<style>
span { border-color: #8434FE; }
span { border-color: rgb(132,52,254); }
td.TdClassName
{
border-color: #8434FE;
}
.TagClassName
{
border-color: #8434FE;
}
</style>