Shades of Blue Violet #8818FE
Tints of Blue Violet #8818FE
RGB
CMYK
RGB Variations
Color information
#8818FE (or 0x8818FE) is known color: Blue Violet. HEX triplet: 88, 18 and FE. RGB value is (136,24,254). Sum of RGB (Red+Green+Blue) = 136+24+254=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #8818FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8818FE is #77E701. Grayscale: #525252. Windows color (decimal): -7857922 or 16652424. OLE color: 16652424.
HSL color Cylindrical-coordinate representation of color #8818FE: hue angle of 269.22º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8818FE is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 24 | 254 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.00 |
| HSL | 269.22º | 0.99% | 0.55% | - |
| HSV(B) | 269.22º | 0.91% | 1% | - |
| XYZ | 28.37 | 13.04 | 94.79 | - |
| YUV | 83.71 | 224.11 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 254 | 0.46 | 0.91 | 0 | 0.00 | 269.22 | 0.99 | 0.55 |
| Hex | 88 | 18 | FE | 2E | 5B | 0 | 0 | 10D | 63 | 37 |
| Octal | 210 | 30 | 376 | 56 | 133 | 0 | 0 | 415 | 143 | 67 |
| Binary | 10001000 | 11000 | 11111110 | 101110 | 1011011 | 0 | 0 | 100001101 | 1100011 | 110111 |
Color Harmonies of #8818FE
Complementary color
Monochromatic Colors of #8818FE
Black with #8818FE
Text Example
Text Example
White with #8818FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8818FE; }
p { color: rgb(136,24,254); }
H1.HeaderClassName
{
color: #8818FE;
}
.AnyTagClassName
{
color: #8818FE;
}
</style>
background-color css
<style>
a { background-color: #8818FE; }
a { background-color: rgb(136,24,254); }
div.DivClassName
{
background-color: #8818FE;
}
.BgClassName
{
background-color: #8818FE;
}
</style>
border-color css
<style>
span { border-color: #8818FE; }
span { border-color: rgb(136,24,254); }
td.TdClassName
{
border-color: #8818FE;
}
.TagClassName
{
border-color: #8818FE;
}
</style>