Shades of Blue Violet #8434FA
Tints of Blue Violet #8434FA
RGB
CMYK
RGB Variations
Color information
#8434FA (or 0x8434FA) is known color: Blue Violet. HEX triplet: 84, 34 and FA. RGB value is (132,52,250). Sum of RGB (Red+Green+Blue) = 132+52+250=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #8434FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8434FA is #7BCB05. Grayscale: #616161. Windows color (decimal): -8112902 or 16397444. OLE color: 16397444.
HSL color Cylindrical-coordinate representation of color #8434FA: hue angle of 264.24º degrees, saturation: 0.95, 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 #8434FA is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 52 | 250 | - |
| CMYK | 0.47 | 0.79 | 0 | 0.02 |
| HSL | 264.24º | 0.95% | 0.59% | - |
| HSV(B) | 264.24º | 0.79% | 0.98% | - |
| XYZ | 28 | 14.26 | 91.72 | - |
| YUV | 98.49 | 213.5 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 250 | 0.47 | 0.79 | 0 | 0.02 | 264.24 | 0.95 | 0.59 |
| Hex | 84 | 34 | FA | 2F | 4F | 0 | 2 | 108 | 5F | 3B |
| Octal | 204 | 64 | 372 | 57 | 117 | 0 | 2 | 410 | 137 | 73 |
| Binary | 10000100 | 110100 | 11111010 | 101111 | 1001111 | 0 | 10 | 100001000 | 1011111 | 111011 |
Color Harmonies of #8434FA
Complementary color
Monochromatic Colors of #8434FA
Black with #8434FA
Text Example
Text Example
White with #8434FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8434FA; }
p { color: rgb(132,52,250); }
H1.HeaderClassName
{
color: #8434FA;
}
.AnyTagClassName
{
color: #8434FA;
}
</style>
background-color css
<style>
a { background-color: #8434FA; }
a { background-color: rgb(132,52,250); }
div.DivClassName
{
background-color: #8434FA;
}
.BgClassName
{
background-color: #8434FA;
}
</style>
border-color css
<style>
span { border-color: #8434FA; }
span { border-color: rgb(132,52,250); }
td.TdClassName
{
border-color: #8434FA;
}
.TagClassName
{
border-color: #8434FA;
}
</style>