Shades of Blue Violet #8814FA
Tints of Blue Violet #8814FA
RGB
CMYK
RGB Variations
Color information
#8814FA (or 0x8814FA) is known color: Blue Violet. HEX triplet: 88, 14 and FA. RGB value is (136,20,250). Sum of RGB (Red+Green+Blue) = 136+20+250=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #8814FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8814FA is #77EB05. Grayscale: #505050. Windows color (decimal): -7858950 or 16389256. OLE color: 16389256.
HSL color Cylindrical-coordinate representation of color #8814FA: hue angle of 270.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8814FA is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 20 | 250 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.02 |
| HSL | 270.26º | 0.96% | 0.53% | - |
| HSV(B) | 270.26º | 0.92% | 0.98% | - |
| XYZ | 27.66 | 12.64 | 91.42 | - |
| YUV | 80.9 | 223.43 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 250 | 0.46 | 0.92 | 0 | 0.02 | 270.26 | 0.96 | 0.53 |
| Hex | 88 | 14 | FA | 2E | 5C | 0 | 2 | 10E | 60 | 35 |
| Octal | 210 | 24 | 372 | 56 | 134 | 0 | 2 | 416 | 140 | 65 |
| Binary | 10001000 | 10100 | 11111010 | 101110 | 1011100 | 0 | 10 | 100001110 | 1100000 | 110101 |
Color Harmonies of #8814FA
Complementary color
Monochromatic Colors of #8814FA
Black with #8814FA
Text Example
Text Example
White with #8814FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8814FA; }
p { color: rgb(136,20,250); }
H1.HeaderClassName
{
color: #8814FA;
}
.AnyTagClassName
{
color: #8814FA;
}
</style>
background-color css
<style>
a { background-color: #8814FA; }
a { background-color: rgb(136,20,250); }
div.DivClassName
{
background-color: #8814FA;
}
.BgClassName
{
background-color: #8814FA;
}
</style>
border-color css
<style>
span { border-color: #8814FA; }
span { border-color: rgb(136,20,250); }
td.TdClassName
{
border-color: #8814FA;
}
.TagClassName
{
border-color: #8814FA;
}
</style>