Shades of Blue Violet #8818FA
Tints of Blue Violet #8818FA
RGB
CMYK
RGB Variations
Color information
#8818FA (or 0x8818FA) is known color: Blue Violet. HEX triplet: 88, 18 and FA. RGB value is (136,24,250). Sum of RGB (Red+Green+Blue) = 136+24+250=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #8818FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8818FA is #77E705. Grayscale: #525252. Windows color (decimal): -7857926 or 16390280. OLE color: 16390280.
HSL color Cylindrical-coordinate representation of color #8818FA: hue angle of 269.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8818FA is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 24 | 250 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.02 |
| HSL | 269.73º | 0.96% | 0.54% | - |
| HSV(B) | 269.73º | 0.9% | 0.98% | - |
| XYZ | 27.74 | 12.79 | 91.45 | - |
| YUV | 83.25 | 222.11 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 250 | 0.46 | 0.90 | 0 | 0.02 | 269.73 | 0.96 | 0.54 |
| Hex | 88 | 18 | FA | 2E | 5A | 0 | 2 | 10E | 60 | 36 |
| Octal | 210 | 30 | 372 | 56 | 132 | 0 | 2 | 416 | 140 | 66 |
| Binary | 10001000 | 11000 | 11111010 | 101110 | 1011010 | 0 | 10 | 100001110 | 1100000 | 110110 |
Color Harmonies of #8818FA
Complementary color
Monochromatic Colors of #8818FA
Black with #8818FA
Text Example
Text Example
White with #8818FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8818FA; }
p { color: rgb(136,24,250); }
H1.HeaderClassName
{
color: #8818FA;
}
.AnyTagClassName
{
color: #8818FA;
}
</style>
background-color css
<style>
a { background-color: #8818FA; }
a { background-color: rgb(136,24,250); }
div.DivClassName
{
background-color: #8818FA;
}
.BgClassName
{
background-color: #8818FA;
}
</style>
border-color css
<style>
span { border-color: #8818FA; }
span { border-color: rgb(136,24,250); }
td.TdClassName
{
border-color: #8818FA;
}
.TagClassName
{
border-color: #8818FA;
}
</style>