#9E85DE

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

Shades of Medium Purple #9E85DE

Tints of Medium Purple #9E85DE

Color information

#9E85DE (or 0x9E85DE) is unknown color: approx Medium Purple. HEX triplet: 9E, 85 and DE. RGB value is (158,133,222). Sum of RGB (Red+Green+Blue) = 158+133+222=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E85DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E85DE is #617A21. Grayscale: #969696. Windows color (decimal): -6388258 or 14583198. OLE color: 14583198.

HSL color Cylindrical-coordinate representation of color #9E85DE: hue angle of 256.85º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E85DE is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158133222-
CMYK0.290.4000.13
HSL256.85º57.42%69.61%-
HSV(B)256.85º40.09%87.06%-
XYZ35.6729.3272.89-
YUV150.62168.28133.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.80%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 222 (87.11% from 255) = 43.27%
R=30.80%
G=25.93%
B=43.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581332220.290.4000.13256.8557.4269.61
Hex9E85DE1D280D1013946
Octal236205336355001540171106
Binary10011110100001011101111011101101000011011000000011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E85DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E85DE; }

 p { color: rgb(158,133,222); }

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

<style>
 a { background-color: #9E85DE; }

 a { background-color: rgb(158,133,222); }

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

<style>
 span { border-color: #9E85DE; }

 span { border-color: rgb(158,133,222); }

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