#8520EF

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

Shades of Blue Violet #8520EF

Tints of Blue Violet #8520EF

Color information

#8520EF (or 0x8520EF) is unknown color: approx Blue Violet. HEX triplet: 85, 20 and EF. RGB value is (133,32,239). Sum of RGB (Red+Green+Blue) = 133+32+239=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #8520EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8520EF is #7ADF10. Grayscale: #555555. Windows color (decimal): -8052497 or 15671429. OLE color: 15671429.

HSL color Cylindrical-coordinate representation of color #8520EF: hue angle of 269.28º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8520EF is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13332239-
CMYK0.440.8700.06
HSL269.28º86.61%53.14%-
HSV(B)269.28º86.61%93.73%-
XYZ25.7712.2582.67-
YUV85.8214.46161.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.92%
GREEN value IS 32 (12.89% from 255) = 7.92%
BLUE value IS 239 (93.75% from 255) = 59.16%
R=32.92%
G=7.92%
B=59.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal133322390.440.8700.06269.2886.6153.14
Hex8520EF2C570610d5735
Octal20540357541270641512765
Binary1000010110000011101111101100101011101101000011011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8520EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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