Shades of Blue Violet #8424FE
Tints of Blue Violet #8424FE
RGB
CMYK
RGB Variations
Color information
#8424FE (or 0x8424FE) is known color: Blue Violet. HEX triplet: 84, 24 and FE. RGB value is (132,36,254). Sum of RGB (Red+Green+Blue) = 132+36+254=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #8424FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8424FE is #7BDB01. Grayscale: #585858. Windows color (decimal): -8116994 or 16655492. OLE color: 16655492.
HSL color Cylindrical-coordinate representation of color #8424FE: hue angle of 266.42º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8424FE is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 36 | 254 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.00 |
| HSL | 266.42º | 0.99% | 0.57% | - |
| HSV(B) | 266.42º | 0.86% | 1% | - |
| XYZ | 28.04 | 13.32 | 94.86 | - |
| YUV | 89.56 | 220.8 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 254 | 0.48 | 0.86 | 0 | 0.00 | 266.42 | 0.99 | 0.57 |
| Hex | 84 | 24 | FE | 30 | 56 | 0 | 0 | 10A | 63 | 39 |
| Octal | 204 | 44 | 376 | 60 | 126 | 0 | 0 | 412 | 143 | 71 |
| Binary | 10000100 | 100100 | 11111110 | 110000 | 1010110 | 0 | 0 | 100001010 | 1100011 | 111001 |
Color Harmonies of #8424FE
Complementary color
Monochromatic Colors of #8424FE
Black with #8424FE
Text Example
Text Example
White with #8424FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8424FE; }
p { color: rgb(132,36,254); }
H1.HeaderClassName
{
color: #8424FE;
}
.AnyTagClassName
{
color: #8424FE;
}
</style>
background-color css
<style>
a { background-color: #8424FE; }
a { background-color: rgb(132,36,254); }
div.DivClassName
{
background-color: #8424FE;
}
.BgClassName
{
background-color: #8424FE;
}
</style>
border-color css
<style>
span { border-color: #8424FE; }
span { border-color: rgb(132,36,254); }
td.TdClassName
{
border-color: #8424FE;
}
.TagClassName
{
border-color: #8424FE;
}
</style>