#9D85DE

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

Shades of Medium Purple #9D85DE

Tints of Medium Purple #9D85DE

Color information

#9D85DE (or 0x9D85DE) is unknown color: approx Medium Purple. HEX triplet: 9D, 85 and DE. RGB value is (157,133,222). Sum of RGB (Red+Green+Blue) = 157+133+222=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D85DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D85DE is #627A21. Grayscale: #959595. Windows color (decimal): -6453794 or 14583197. OLE color: 14583197.

HSL color Cylindrical-coordinate representation of color #9D85DE: hue angle of 256.18º 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 #9D85DE is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157133222-
CMYK0.290.4000.13
HSL256.18º57.42%69.61%-
HSV(B)256.18º40.09%87.06%-
XYZ35.4829.2272.88-
YUV150.32168.45132.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.66%
GREEN value IS 133 (52.34% from 255) = 25.98%
BLUE value IS 222 (87.11% from 255) = 43.36%
R=30.66%
G=25.98%
B=43.36%

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
Decimal1571332220.290.4000.13256.1857.4269.61
Hex9D85DE1D280D1003946
Octal235205336355001540071106
Binary10011101100001011101111011101101000011011000000001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D85DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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