#9C56F6

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

Shades of Medium Purple #9C56F6

Tints of Medium Purple #9C56F6

Color information

#9C56F6 (or 0x9C56F6) is unknown color: approx Medium Purple. HEX triplet: 9C, 56 and F6. RGB value is (156,86,246). Sum of RGB (Red+Green+Blue) = 156+86+246=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #9C56F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C56F6 is #63A909. Grayscale: #7C7C7C. Windows color (decimal): -6531338 or 16144028. OLE color: 16144028.

HSL color Cylindrical-coordinate representation of color #9C56F6: hue angle of 266.25º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C56F6 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15686246-
CMYK0.370.6500.04
HSL266.25º89.89%65.1%-
HSV(B)266.25º65.04%96.47%-
XYZ33.6720.3889.35-
YUV125.17196.19149.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.97%
GREEN value IS 86 (33.98% from 255) = 17.62%
BLUE value IS 246 (96.48% from 255) = 50.41%
R=31.97%
G=17.62%
B=50.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal156862460.370.6500.04266.2589.8965.1
Hex9C56F625410410a5a41
Octal2341263664510104412132101
Binary100111001010110111101101001011000001010010000101010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C56F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,86,246); }

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

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

 a { background-color: rgb(156,86,246); }

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

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

 span { border-color: rgb(156,86,246); }

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