#9c60f2

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

Shades of Medium Purple #9C60F2

Tints of Medium Purple #9C60F2

Color information

#9C60F2 (or 0x9C60F2) is unknown color: approx Medium Purple. HEX triplet: 9C, 60 and F2. RGB value is (156,96,242). Sum of RGB (Red+Green+Blue) = 156+96+242=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #9C60F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C60F2 is #639F0D. Grayscale: #828282. Windows color (decimal): -6528782 or 15884444. OLE color: 15884444.

HSL color Cylindrical-coordinate representation of color #9C60F2: hue angle of 264.66º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C60F2 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15696242-
CMYK0.360.6000.05
HSL264.66º84.88%66.27%-
HSV(B)264.66º60.33%94.9%-
XYZ33.9221.8486.43-
YUV130.58190.88146.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.58%
GREEN value IS 96 (37.89% from 255) = 19.43%
BLUE value IS 242 (94.92% from 255) = 48.99%
R=31.58%
G=19.43%
B=48.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal156962420.360.6000.05264.6684.8866.27
Hex9C60F2243C051095542
Octal234140362447405411125102
Binary10011100110000011110010100100111100010110000100110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c60f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,96,242); }

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

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

 a { background-color: rgb(156,96,242); }

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

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

 span { border-color: rgb(156,96,242); }

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