#9C58F5

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

Shades of Medium Purple #9C58F5

Tints of Medium Purple #9C58F5

Color information

#9C58F5 (or 0x9C58F5) is unknown color: approx Medium Purple. HEX triplet: 9C, 58 and F5. RGB value is (156,88,245). Sum of RGB (Red+Green+Blue) = 156+88+245=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 245 (96.09% from 255 or 50.10% from 489); Max value from RGB is 245 - color contains mainly: blue. Hex color #9C58F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C58F5 is #63A70A. Grayscale: #7D7D7D. Windows color (decimal): -6530827 or 16079004. OLE color: 16079004.

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

Color convert

RGB15688245-
CMYK0.360.6400.04
HSL265.99º88.7%65.29%-
HSV(B)265.99º64.08%96.08%-
XYZ33.6820.6488.59-
YUV126.23195.03149.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.90%
GREEN value IS 88 (34.77% from 255) = 18.00%
BLUE value IS 245 (96.09% from 255) = 50.10%
R=31.90%
G=18.00%
B=50.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal156882450.360.6400.04265.9988.765.29
Hex9C58F524400410a5941
Octal2341303654410004412131101
Binary100111001011000111101011001001000000010010000101010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C58F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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