#8820E4

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

Shades of Blue Violet #8820E4

Tints of Blue Violet #8820E4

Color information

#8820E4 (or 0x8820E4) is unknown color: approx Blue Violet. HEX triplet: 88, 20 and E4. RGB value is (136,32,228). Sum of RGB (Red+Green+Blue) = 136+32+228=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 228 (89.45% from 255 or 57.58% from 396); Max value from RGB is 228 - color contains mainly: blue. Hex color #8820E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8820E4 is #77DF1B. Grayscale: #545454. Windows color (decimal): -7855900 or 14950536. OLE color: 14950536.

HSL color Cylindrical-coordinate representation of color #8820E4: hue angle of 271.84º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8820E4 is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13632228-
CMYK0.400.8600.11
HSL271.84º78.4%50.98%-
HSV(B)271.84º85.96%89.41%-
XYZ24.6711.8774.39-
YUV85.44208.46164.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.34%
GREEN value IS 32 (12.89% from 255) = 8.08%
BLUE value IS 228 (89.45% from 255) = 57.58%
R=34.34%
G=8.08%
B=57.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal136322280.400.8600.11271.8478.450.98
Hex8820E428560B1104e33
Octal210403445012601342011663
Binary10001000100000111001001010001010110010111000100001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8820E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8820E4; }

 p { color: rgb(136,32,228); }

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

<style>
 a { background-color: #8820E4; }

 a { background-color: rgb(136,32,228); }

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

<style>
 span { border-color: #8820E4; }

 span { border-color: rgb(136,32,228); }

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