#8821EA

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

Shades of Blue Violet #8821EA

Tints of Blue Violet #8821EA

Color information

#8821EA (or 0x8821EA) is unknown color: approx Blue Violet. HEX triplet: 88, 21 and EA. RGB value is (136,33,234). Sum of RGB (Red+Green+Blue) = 136+33+234=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #8821EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8821EA is #77DE15. Grayscale: #565656. Windows color (decimal): -7855638 or 15344008. OLE color: 15344008.

HSL color Cylindrical-coordinate representation of color #8821EA: hue angle of 270.75º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8821EA is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13633234-
CMYK0.420.8600.08
HSL270.75º82.72%52.35%-
HSV(B)270.75º85.9%91.76%-
XYZ25.5512.2678.86-
YUV86.71211.12163.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.75%
GREEN value IS 33 (13.28% from 255) = 8.19%
BLUE value IS 234 (91.80% from 255) = 58.06%
R=33.75%
G=8.19%
B=58.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal136332340.420.8600.08270.7582.7252.35
Hex8821EA2A560810f5334
Octal210413525212601041712364
Binary10001000100001111010101010101010110010001000011111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8821EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8821EA; }

 p { color: rgb(136,33,234); }

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

<style>
 a { background-color: #8821EA; }

 a { background-color: rgb(136,33,234); }

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

<style>
 span { border-color: #8821EA; }

 span { border-color: rgb(136,33,234); }

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