#9C53F9

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

Shades of Medium Purple #9C53F9

Tints of Medium Purple #9C53F9

Color information

#9C53F9 (or 0x9C53F9) is unknown color: approx Medium Purple. HEX triplet: 9C, 53 and F9. RGB value is (156,83,249). Sum of RGB (Red+Green+Blue) = 156+83+249=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #9C53F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C53F9 is #63AC06. Grayscale: #7B7B7B. Windows color (decimal): -6532103 or 16339868. OLE color: 16339868.

HSL color Cylindrical-coordinate representation of color #9C53F9: hue angle of 266.39º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C53F9 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15683249-
CMYK0.370.6700.02
HSL266.39º93.26%65.1%-
HSV(B)266.39º66.67%97.65%-
XYZ33.920.0991.71-
YUV123.75198.68151-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.97%
GREEN value IS 83 (32.81% from 255) = 17.01%
BLUE value IS 249 (97.66% from 255) = 51.02%
R=31.97%
G=17.01%
B=51.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal156832490.370.6700.02266.3993.2665.1
Hex9C53F925430210a5d41
Octal2341233714510302412135101
Binary10011100101001111111001100101100001101010000101010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C53F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,83,249); }

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

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

 a { background-color: rgb(156,83,249); }

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

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

 span { border-color: rgb(156,83,249); }

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