#9C58EC

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

Shades of Medium Purple #9C58EC

Tints of Medium Purple #9C58EC

Color information

#9C58EC (or 0x9C58EC) is unknown color: approx Medium Purple. HEX triplet: 9C, 58 and EC. RGB value is (156,88,236). Sum of RGB (Red+Green+Blue) = 156+88+236=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C58EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C58EC is #63A713. Grayscale: #7C7C7C. Windows color (decimal): -6530836 or 15489180. OLE color: 15489180.

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

Color convert

RGB15688236-
CMYK0.340.6300.07
HSL267.57º79.57%63.53%-
HSV(B)267.57º62.71%92.55%-
XYZ32.3420.181.53-
YUV125.2190.53149.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.5%
GREEN value IS 88 (34.77% from 255) = 18.33%
BLUE value IS 236 (92.58% from 255) = 49.17%
R=32.5%
G=18.33%
B=49.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal156882360.340.6300.07267.5779.5763.53
Hex9C58EC223F0710c5040
Octal234130354427707414120100
Binary10011100101100011101100100010111111011110000110010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C58EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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