#8E63DE

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

Shades of Medium Purple #8E63DE

Tints of Medium Purple #8E63DE

Color information

#8E63DE (or 0x8E63DE) is unknown color: approx Medium Purple. HEX triplet: 8E, 63 and DE. RGB value is (142,99,222). Sum of RGB (Red+Green+Blue) = 142+99+222=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E63DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E63DE is #719C21. Grayscale: #7D7D7D. Windows color (decimal): -7445538 or 14574478. OLE color: 14574478.

HSL color Cylindrical-coordinate representation of color #8E63DE: hue angle of 260.98º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E63DE is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14299222-
CMYK0.360.5500.13
HSL260.98º65.08%62.94%-
HSV(B)260.98º55.41%87.06%-
XYZ28.819.9571.44-
YUV125.88182.25139.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.67%
GREEN value IS 99 (39.06% from 255) = 21.38%
BLUE value IS 222 (87.11% from 255) = 47.95%
R=30.67%
G=21.38%
B=47.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142992220.360.5500.13260.9865.0862.94
Hex8E63DE24370D105413f
Octal216143336446701540510177
Binary10001110110001111011110100100110111011011000001011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E63DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E63DE; }

 p { color: rgb(142,99,222); }

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

<style>
 a { background-color: #8E63DE; }

 a { background-color: rgb(142,99,222); }

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

<style>
 span { border-color: #8E63DE; }

 span { border-color: rgb(142,99,222); }

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