#9C85DE

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

Shades of Medium Purple #9C85DE

Tints of Medium Purple #9C85DE

Color information

#9C85DE (or 0x9C85DE) is unknown color: approx Medium Purple. HEX triplet: 9C, 85 and DE. RGB value is (156,133,222). Sum of RGB (Red+Green+Blue) = 156+133+222=511 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.53% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C85DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C85DE is #637A21. Grayscale: #959595. Windows color (decimal): -6519330 or 14583196. OLE color: 14583196.

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

Color convert

RGB156133222-
CMYK0.300.4000.13
HSL255.51º57.42%69.61%-
HSV(B)255.51º40.09%87.06%-
XYZ35.2829.1272.87-
YUV150.02168.62132.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.53%
GREEN value IS 133 (52.34% from 255) = 26.03%
BLUE value IS 222 (87.11% from 255) = 43.44%
R=30.53%
G=26.03%
B=43.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561332220.300.4000.13255.5157.4269.61
Hex9C85DE1E280D1003946
Octal234205336365001540071106
Binary10011100100001011101111011110101000011011000000001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C85DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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