#8720EC

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

Shades of Blue Violet #8720EC

Tints of Blue Violet #8720EC

Color information

#8720EC (or 0x8720EC) is unknown color: approx Blue Violet. HEX triplet: 87, 20 and EC. RGB value is (135,32,236). Sum of RGB (Red+Green+Blue) = 135+32+236=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #8720EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8720EC is #78DF13. Grayscale: #555555. Windows color (decimal): -7921428 or 15474823. OLE color: 15474823.

HSL color Cylindrical-coordinate representation of color #8720EC: hue angle of 270.29º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8720EC is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13532236-
CMYK0.430.8600.07
HSL270.29º84.3%52.55%-
HSV(B)270.29º86.44%92.55%-
XYZ25.6512.2480.37-
YUV86.05212.62162.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.50%
GREEN value IS 32 (12.89% from 255) = 7.94%
BLUE value IS 236 (92.58% from 255) = 58.56%
R=33.50%
G=7.94%
B=58.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal135322360.430.8600.07270.2984.352.55
Hex8720EC2B560710e5435
Octal20740354531260741612465
Binary1000011110000011101100101011101011001111000011101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8720EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,32,236); }

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

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

 a { background-color: rgb(135,32,236); }

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

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

 span { border-color: rgb(135,32,236); }

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