Shades of Blue Violet #8435F2
Tints of Blue Violet #8435F2
RGB
CMYK
RGB Variations
Color information
#8435F2 (or 0x8435F2) is known color: Blue Violet. HEX triplet: 84, 35 and F2. RGB value is (132,53,242). Sum of RGB (Red+Green+Blue) = 132+53+242=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 242 (94.92% from 255 or 56.67% from 427); Max value from RGB is 242 - color contains mainly: blue. Hex color #8435F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8435F2 is #7BCA0D. Grayscale: #616161. Windows color (decimal): -8112654 or 15873412. OLE color: 15873412.
HSL color Cylindrical-coordinate representation of color #8435F2: hue angle of 265.08º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8435F2 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 53 | 242 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.05 |
| HSL | 265.08º | 0.88% | 0.58% | - |
| HSV(B) | 265.08º | 0.78% | 0.95% | - |
| XYZ | 26.82 | 13.86 | 85.27 | - |
| YUV | 98.17 | 209.17 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 53 | 242 | 0.45 | 0.78 | 0 | 0.05 | 265.08 | 0.88 | 0.58 |
| Hex | 84 | 35 | F2 | 2D | 4E | 0 | 5 | 109 | 58 | 3A |
| Octal | 204 | 65 | 362 | 55 | 116 | 0 | 5 | 411 | 130 | 72 |
| Binary | 10000100 | 110101 | 11110010 | 101101 | 1001110 | 0 | 101 | 100001001 | 1011000 | 111010 |
Color Harmonies of #8435F2
Complementary color
Monochromatic Colors of #8435F2
Black with #8435F2
Text Example
Text Example
White with #8435F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8435F2; }
p { color: rgb(132,53,242); }
H1.HeaderClassName
{
color: #8435F2;
}
.AnyTagClassName
{
color: #8435F2;
}
</style>
background-color css
<style>
a { background-color: #8435F2; }
a { background-color: rgb(132,53,242); }
div.DivClassName
{
background-color: #8435F2;
}
.BgClassName
{
background-color: #8435F2;
}
</style>
border-color css
<style>
span { border-color: #8435F2; }
span { border-color: rgb(132,53,242); }
td.TdClassName
{
border-color: #8435F2;
}
.TagClassName
{
border-color: #8435F2;
}
</style>