Shades of Blue Violet #8434FD
Tints of Blue Violet #8434FD
RGB
CMYK
RGB Variations
Color information
#8434FD (or 0x8434FD) is known color: Blue Violet. HEX triplet: 84, 34 and FD. RGB value is (132,52,253). Sum of RGB (Red+Green+Blue) = 132+52+253=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #8434FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8434FD is #7BCB02. Grayscale: #626262. Windows color (decimal): -8112899 or 16594052. OLE color: 16594052.
HSL color Cylindrical-coordinate representation of color #8434FD: hue angle of 263.88º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8434FD is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 52 | 253 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.01 |
| HSL | 263.88º | 0.98% | 0.6% | - |
| HSV(B) | 263.88º | 0.79% | 0.99% | - |
| XYZ | 28.47 | 14.45 | 94.22 | - |
| YUV | 98.83 | 215 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 253 | 0.48 | 0.79 | 0 | 0.01 | 263.88 | 0.98 | 0.6 |
| Hex | 84 | 34 | FD | 30 | 4F | 0 | 1 | 108 | 62 | 3C |
| Octal | 204 | 64 | 375 | 60 | 117 | 0 | 1 | 410 | 142 | 74 |
| Binary | 10000100 | 110100 | 11111101 | 110000 | 1001111 | 0 | 1 | 100001000 | 1100010 | 111100 |
Color Harmonies of #8434FD
Complementary color
Monochromatic Colors of #8434FD
Black with #8434FD
Text Example
Text Example
White with #8434FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8434FD; }
p { color: rgb(132,52,253); }
H1.HeaderClassName
{
color: #8434FD;
}
.AnyTagClassName
{
color: #8434FD;
}
</style>
background-color css
<style>
a { background-color: #8434FD; }
a { background-color: rgb(132,52,253); }
div.DivClassName
{
background-color: #8434FD;
}
.BgClassName
{
background-color: #8434FD;
}
</style>
border-color css
<style>
span { border-color: #8434FD; }
span { border-color: rgb(132,52,253); }
td.TdClassName
{
border-color: #8434FD;
}
.TagClassName
{
border-color: #8434FD;
}
</style>