#9C7DEC

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

Shades of Medium Purple #9C7DEC

Tints of Medium Purple #9C7DEC

Color information

#9C7DEC (or 0x9C7DEC) is unknown color: approx Medium Purple. HEX triplet: 9C, 7D and EC. RGB value is (156,125,236). Sum of RGB (Red+Green+Blue) = 156+125+236=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C7DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7DEC is #638213. Grayscale: #929292. Windows color (decimal): -6521364 or 15498652. OLE color: 15498652.

HSL color Cylindrical-coordinate representation of color #9C7DEC: hue angle of 256.76º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C7DEC is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB156125236-
CMYK0.340.4700.07
HSL256.76º74.5%70.78%-
HSV(B)256.76º47.03%92.55%-
XYZ36.1827.7982.81-
YUV146.92178.27134.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.17%
GREEN value IS 125 (49.22% from 255) = 24.18%
BLUE value IS 236 (92.58% from 255) = 45.65%
R=30.17%
G=24.18%
B=45.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1561252360.340.4700.07256.7674.570.78
Hex9C7DEC222F071014a47
Octal234175354425707401112107
Binary10011100111110111101100100010101111011110000000110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,125,236); }

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

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

 a { background-color: rgb(156,125,236); }

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

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

 span { border-color: rgb(156,125,236); }

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