#8869DE

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

Shades of Medium Purple #8869DE

Tints of Medium Purple #8869DE

Color information

#8869DE (or 0x8869DE) is unknown color: approx Medium Purple. HEX triplet: 88, 69 and DE. RGB value is (136,105,222). Sum of RGB (Red+Green+Blue) = 136+105+222=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 105 (41.41% from 255 or 22.68% 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 #8869DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8869DE is #779621. Grayscale: #7F7F7F. Windows color (decimal): -7837218 or 14576008. OLE color: 14576008.

HSL color Cylindrical-coordinate representation of color #8869DE: hue angle of 255.9º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8869DE is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136105222-
CMYK0.390.5300.13
HSL255.9º63.93%64.12%-
HSV(B)255.9º52.7%87.06%-
XYZ28.3920.6171.59-
YUV127.61181.27133.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.37%
GREEN value IS 105 (41.41% from 255) = 22.68%
BLUE value IS 222 (87.11% from 255) = 47.95%
R=29.37%
G=22.68%
B=47.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361052220.390.5300.13255.963.9364.12
Hex8869DE27350D1004040
Octal2101513364765015400100100
Binary100010001101001110111101001111101010110110000000010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8869DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8869DE; }

 p { color: rgb(136,105,222); }

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

<style>
 a { background-color: #8869DE; }

 a { background-color: rgb(136,105,222); }

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

<style>
 span { border-color: #8869DE; }

 span { border-color: rgb(136,105,222); }

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