Shades of Blue Violet #8434FB
Tints of Blue Violet #8434FB
RGB
CMYK
RGB Variations
Color information
#8434FB (or 0x8434FB) is known color: Blue Violet. HEX triplet: 84, 34 and FB. RGB value is (132,52,251). Sum of RGB (Red+Green+Blue) = 132+52+251=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #8434FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8434FB is #7BCB04. Grayscale: #616161. Windows color (decimal): -8112901 or 16462980. OLE color: 16462980.
HSL color Cylindrical-coordinate representation of color #8434FB: hue angle of 264.12º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8434FB is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 52 | 251 | - |
| CMYK | 0.47 | 0.79 | 0 | 0.02 |
| HSL | 264.12º | 0.96% | 0.59% | - |
| HSV(B) | 264.12º | 0.79% | 0.98% | - |
| XYZ | 28.16 | 14.33 | 92.55 | - |
| YUV | 98.61 | 214 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 251 | 0.47 | 0.79 | 0 | 0.02 | 264.12 | 0.96 | 0.59 |
| Hex | 84 | 34 | FB | 2F | 4F | 0 | 2 | 108 | 60 | 3B |
| Octal | 204 | 64 | 373 | 57 | 117 | 0 | 2 | 410 | 140 | 73 |
| Binary | 10000100 | 110100 | 11111011 | 101111 | 1001111 | 0 | 10 | 100001000 | 1100000 | 111011 |
Color Harmonies of #8434FB
Complementary color
Monochromatic Colors of #8434FB
Black with #8434FB
Text Example
Text Example
White with #8434FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8434FB; }
p { color: rgb(132,52,251); }
H1.HeaderClassName
{
color: #8434FB;
}
.AnyTagClassName
{
color: #8434FB;
}
</style>
background-color css
<style>
a { background-color: #8434FB; }
a { background-color: rgb(132,52,251); }
div.DivClassName
{
background-color: #8434FB;
}
.BgClassName
{
background-color: #8434FB;
}
</style>
border-color css
<style>
span { border-color: #8434FB; }
span { border-color: rgb(132,52,251); }
td.TdClassName
{
border-color: #8434FB;
}
.TagClassName
{
border-color: #8434FB;
}
</style>