#9C50F1

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

Shades of Medium Purple #9C50F1

Tints of Medium Purple #9C50F1

Color information

#9C50F1 (or 0x9C50F1) is unknown color: approx Medium Purple. HEX triplet: 9C, 50 and F1. RGB value is (156,80,241). Sum of RGB (Red+Green+Blue) = 156+80+241=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C50F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C50F1 is #63AF0E. Grayscale: #787878. Windows color (decimal): -6532879 or 15814812. OLE color: 15814812.

HSL color Cylindrical-coordinate representation of color #9C50F1: hue angle of 268.32º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C50F1 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15680241-
CMYK0.350.6700.05
HSL268.32º85.19%62.94%-
HSV(B)268.32º66.8%94.51%-
XYZ32.4619.1685.21-
YUV121.08195.68152.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.70%
GREEN value IS 80 (31.64% from 255) = 16.77%
BLUE value IS 241 (94.53% from 255) = 50.52%
R=32.70%
G=16.77%
B=50.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal156802410.350.6700.05268.3285.1962.94
Hex9C50F123430510c553f
Octal234120361431030541412577
Binary10011100101000011110001100011100001101011000011001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C50F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,80,241); }

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

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

 a { background-color: rgb(156,80,241); }

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

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

 span { border-color: rgb(156,80,241); }

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