#9C5FEC

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

Shades of Medium Purple #9C5FEC

Tints of Medium Purple #9C5FEC

Color information

#9C5FEC (or 0x9C5FEC) is unknown color: approx Medium Purple. HEX triplet: 9C, 5F and EC. RGB value is (156,95,236). Sum of RGB (Red+Green+Blue) = 156+95+236=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C5FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5FEC is #63A013. Grayscale: #808080. Windows color (decimal): -6529044 or 15490972. OLE color: 15490972.

HSL color Cylindrical-coordinate representation of color #9C5FEC: hue angle of 265.96º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C5FEC is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15695236-
CMYK0.340.6000.07
HSL265.96º78.77%64.9%-
HSV(B)265.96º59.75%92.55%-
XYZ32.9421.3181.73-
YUV129.31188.21147.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.03%
GREEN value IS 95 (37.5% from 255) = 19.51%
BLUE value IS 236 (92.58% from 255) = 48.46%
R=32.03%
G=19.51%
B=48.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal156952360.340.6000.07265.9678.7764.9
Hex9C5FEC223C0710a4f41
Octal234137354427407412117101
Binary10011100101111111101100100010111100011110000101010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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