#9C7FEA

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

Shades of Medium Purple #9C7FEA

Tints of Medium Purple #9C7FEA

Color information

#9C7FEA (or 0x9C7FEA) is unknown color: approx Medium Purple. HEX triplet: 9C, 7F and EA. RGB value is (156,127,234). Sum of RGB (Red+Green+Blue) = 156+127+234=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C7FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7FEA is #638015. Grayscale: #939393. Windows color (decimal): -6520854 or 15368092. OLE color: 15368092.

HSL color Cylindrical-coordinate representation of color #9C7FEA: hue angle of 256.26º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C7FEA is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156127234-
CMYK0.330.4600.08
HSL256.26º71.81%70.78%-
HSV(B)256.26º45.73%91.76%-
XYZ36.1528.1981.38-
YUV147.87176.61133.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.17%
GREEN value IS 127 (50% from 255) = 24.56%
BLUE value IS 234 (91.80% from 255) = 45.26%
R=30.17%
G=24.56%
B=45.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561272340.330.4600.08256.2671.8170.78
Hex9C7FEA212E081004847
Octal2341773524156010400110107
Binary100111001111111111010101000011011100100010000000010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,127,234); }

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

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

 a { background-color: rgb(156,127,234); }

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

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

 span { border-color: rgb(156,127,234); }

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