Shades of Blue Violet #8824FE
Tints of Blue Violet #8824FE
RGB
CMYK
RGB Variations
Color information
#8824FE (or 0x8824FE) is known color: Blue Violet. HEX triplet: 88, 24 and FE. RGB value is (136,36,254). Sum of RGB (Red+Green+Blue) = 136+36+254=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #8824FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8824FE is #77DB01. Grayscale: #595959. Windows color (decimal): -7854850 or 16655496. OLE color: 16655496.
HSL color Cylindrical-coordinate representation of color #8824FE: hue angle of 267.52º 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 #8824FE is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 36 | 254 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.00 |
| HSL | 267.52º | 0.99% | 0.57% | - |
| HSV(B) | 267.52º | 0.86% | 1% | - |
| XYZ | 28.67 | 13.65 | 94.89 | - |
| YUV | 90.75 | 220.13 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 254 | 0.46 | 0.86 | 0 | 0.00 | 267.52 | 0.99 | 0.57 |
| Hex | 88 | 24 | FE | 2E | 56 | 0 | 0 | 10C | 63 | 39 |
| Octal | 210 | 44 | 376 | 56 | 126 | 0 | 0 | 414 | 143 | 71 |
| Binary | 10001000 | 100100 | 11111110 | 101110 | 1010110 | 0 | 0 | 100001100 | 1100011 | 111001 |
Color Harmonies of #8824FE
Complementary color
Monochromatic Colors of #8824FE
Black with #8824FE
Text Example
Text Example
White with #8824FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8824FE; }
p { color: rgb(136,36,254); }
H1.HeaderClassName
{
color: #8824FE;
}
.AnyTagClassName
{
color: #8824FE;
}
</style>
background-color css
<style>
a { background-color: #8824FE; }
a { background-color: rgb(136,36,254); }
div.DivClassName
{
background-color: #8824FE;
}
.BgClassName
{
background-color: #8824FE;
}
</style>
border-color css
<style>
span { border-color: #8824FE; }
span { border-color: rgb(136,36,254); }
td.TdClassName
{
border-color: #8824FE;
}
.TagClassName
{
border-color: #8824FE;
}
</style>