#8811EC

Color #8811EC Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8811EC

Tints of Blue Violet #8811EC

Color information

#8811EC (or 0x8811EC) is unknown color: approx Blue Violet. HEX triplet: 88, 11 and EC. RGB value is (136,17,236). Sum of RGB (Red+Green+Blue) = 136+17+236=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #8811EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8811EC is #77EE13. Grayscale: #4C4C4C. Windows color (decimal): -7859732 or 15470984. OLE color: 15470984.

HSL color Cylindrical-coordinate representation of color #8811EC: hue angle of 272.6º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8811EC is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13617236-
CMYK0.420.9300.07
HSL272.6º86.56%49.61%-
HSV(B)272.6º92.8%92.55%-
XYZ25.4911.6980.27-
YUV77.55217.42169.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 17 (7.03% from 255) = 4.37%
BLUE value IS 236 (92.58% from 255) = 60.67%
R=34.96%
G=4.37%
B=60.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal136172360.420.9300.07272.686.5649.61
Hex8811EC2A5D071115732
Octal21021354521350742112762
Binary100010001000111101100101010101110101111000100011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8811EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8811EC; }

 p { color: rgb(136,17,236); }

 H1.HeaderClassName
 {
   color: #8811EC;
 }
 .AnyTagClassName
 {
   color: #8811EC;
 }
</style>
background-color css

<style>
 a { background-color: #8811EC; }

 a { background-color: rgb(136,17,236); }

 div.DivClassName
 {
   background-color: #8811EC;
 }
 .BgClassName
 {
   background-color: #8811EC;
 }
</style>
border-color css

<style>
 span { border-color: #8811EC; }

 span { border-color: rgb(136,17,236); }

 td.TdClassName
 {
   border-color: #8811EC;
 }
 .TagClassName
 {
   border-color: #8811EC;
 }
</style>