#8862E4

Color #8862E4 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #8862E4

Tints of Medium Purple #8862E4

Color information

#8862E4 (or 0x8862E4) is unknown color: approx Medium Purple. HEX triplet: 88, 62 and E4. RGB value is (136,98,228). Sum of RGB (Red+Green+Blue) = 136+98+228=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 228 (89.45% from 255 or 49.35% from 462); Max value from RGB is 228 - color contains mainly: blue. Hex color #8862E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8862E4 is #779D1B. Grayscale: #7B7B7B. Windows color (decimal): -7839004 or 14967432. OLE color: 14967432.

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

Color convert

RGB13698228-
CMYK0.400.5700.11
HSL257.54º70.65%63.92%-
HSV(B)257.54º57.02%89.41%-
XYZ28.5219.5775.67-
YUV124.18186.59136.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.44%
GREEN value IS 98 (38.67% from 255) = 21.21%
BLUE value IS 228 (89.45% from 255) = 49.35%
R=29.44%
G=21.21%
B=49.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal136982280.400.5700.11257.5470.6563.92
Hex8862E428390B1024740
Octal2101423445071013402107100
Binary100010001100010111001001010001110010101110000001010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8862E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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