Shades of Blue Violet #8811FA
Tints of Blue Violet #8811FA
RGB
CMYK
RGB Variations
Color information
#8811FA (or 0x8811FA) is known color: Blue Violet. HEX triplet: 88, 11 and FA. RGB value is (136,17,250). Sum of RGB (Red+Green+Blue) = 136+17+250=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #8811FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8811FA is #77EE05. Grayscale: #4E4E4E. Windows color (decimal): -7859718 or 16388488. OLE color: 16388488.
HSL color Cylindrical-coordinate representation of color #8811FA: hue angle of 270.64º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8811FA is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 17 | 250 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.02 |
| HSL | 270.64º | 0.96% | 0.52% | - |
| HSV(B) | 270.64º | 0.93% | 0.98% | - |
| XYZ | 27.61 | 12.54 | 91.41 | - |
| YUV | 79.14 | 224.42 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 250 | 0.46 | 0.93 | 0 | 0.02 | 270.64 | 0.96 | 0.52 |
| Hex | 88 | 11 | FA | 2E | 5D | 0 | 2 | 10F | 60 | 34 |
| Octal | 210 | 21 | 372 | 56 | 135 | 0 | 2 | 417 | 140 | 64 |
| Binary | 10001000 | 10001 | 11111010 | 101110 | 1011101 | 0 | 10 | 100001111 | 1100000 | 110100 |
Color Harmonies of #8811FA
Complementary color
Monochromatic Colors of #8811FA
Black with #8811FA
Text Example
Text Example
White with #8811FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8811FA; }
p { color: rgb(136,17,250); }
H1.HeaderClassName
{
color: #8811FA;
}
.AnyTagClassName
{
color: #8811FA;
}
</style>
background-color css
<style>
a { background-color: #8811FA; }
a { background-color: rgb(136,17,250); }
div.DivClassName
{
background-color: #8811FA;
}
.BgClassName
{
background-color: #8811FA;
}
</style>
border-color css
<style>
span { border-color: #8811FA; }
span { border-color: rgb(136,17,250); }
td.TdClassName
{
border-color: #8811FA;
}
.TagClassName
{
border-color: #8811FA;
}
</style>