#9C7CF3

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

Shades of Medium Purple #9C7CF3

Tints of Medium Purple #9C7CF3

Color information

#9C7CF3 (or 0x9C7CF3) is unknown color: approx Medium Purple. HEX triplet: 9C, 7C and F3. RGB value is (156,124,243). Sum of RGB (Red+Green+Blue) = 156+124+243=523 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.83% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #9C7CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7CF3 is #63830C. Grayscale: #929292. Windows color (decimal): -6521613 or 15957148. OLE color: 15957148.

HSL color Cylindrical-coordinate representation of color #9C7CF3: hue angle of 256.13º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C7CF3 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB156124243-
CMYK0.360.4900.05
HSL256.13º83.22%71.96%-
HSV(B)256.13º48.97%95.29%-
XYZ37.127.9588.23-
YUV147.13182.1134.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.83%
GREEN value IS 124 (48.83% from 255) = 23.71%
BLUE value IS 243 (95.31% from 255) = 46.46%
R=29.83%
G=23.71%
B=46.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1561242430.360.4900.05256.1383.2271.96
Hex9C7CF32431051005348
Octal234174363446105400123110
Binary10011100111110011110011100100110001010110000000010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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