#8520EC

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

Shades of Blue Violet #8520EC

Tints of Blue Violet #8520EC

Color information

#8520EC (or 0x8520EC) is unknown color: approx Blue Violet. HEX triplet: 85, 20 and EC. RGB value is (133,32,236). Sum of RGB (Red+Green+Blue) = 133+32+236=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #8520EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8520EC is #7ADF13. Grayscale: #545454. Windows color (decimal): -8052500 or 15474821. OLE color: 15474821.

HSL color Cylindrical-coordinate representation of color #8520EC: hue angle of 269.71º 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 #8520EC is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13332236-
CMYK0.440.8600.07
HSL269.71º84.3%52.55%-
HSV(B)269.71º86.44%92.55%-
XYZ25.3312.0880.35-
YUV85.46212.96161.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.17%
GREEN value IS 32 (12.89% from 255) = 7.98%
BLUE value IS 236 (92.58% from 255) = 58.85%
R=33.17%
G=7.98%
B=58.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal133322360.440.8600.07269.7184.352.55
Hex8520EC2C560710e5435
Octal20540354541260741612465
Binary1000010110000011101100101100101011001111000011101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8520EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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