#9C7CE4

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

Shades of Medium Purple #9C7CE4

Tints of Medium Purple #9C7CE4

Color information

#9C7CE4 (or 0x9C7CE4) is unknown color: approx Medium Purple. HEX triplet: 9C, 7C and E4. RGB value is (156,124,228). Sum of RGB (Red+Green+Blue) = 156+124+228=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 228 (89.45% from 255 or 44.88% from 508); Max value from RGB is 228 - color contains mainly: blue. Hex color #9C7CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7CE4 is #63831B. Grayscale: #919191. Windows color (decimal): -6521628 or 14974108. OLE color: 14974108.

HSL color Cylindrical-coordinate representation of color #9C7CE4: hue angle of 258.46º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C7CE4 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB156124228-
CMYK0.320.4600.11
HSL258.46º65.82%69.02%-
HSV(B)258.46º45.61%89.41%-
XYZ34.9227.0876.79-
YUV145.42174.6135.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.71%
GREEN value IS 124 (48.83% from 255) = 24.41%
BLUE value IS 228 (89.45% from 255) = 44.88%
R=30.71%
G=24.41%
B=44.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1561242280.320.4600.11258.4665.8269.02
Hex9C7CE4202E0B1024245
Octal2341743444056013402102105
Binary100111001111100111001001000001011100101110000001010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,124,228); }

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

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

 a { background-color: rgb(156,124,228); }

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

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

 span { border-color: rgb(156,124,228); }

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