#9c6ee7

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

Shades of Medium Purple #9C6EE7

Tints of Medium Purple #9C6EE7

Color information

#9C6EE7 (or 0x9C6EE7) is unknown color: approx Medium Purple. HEX triplet: 9C, 6E and E7. RGB value is (156,110,231). Sum of RGB (Red+Green+Blue) = 156+110+231=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 231 - color contains mainly: blue. Hex color #9C6EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6EE7 is #639118. Grayscale: #898989. Windows color (decimal): -6525209 or 15167132. OLE color: 15167132.

HSL color Cylindrical-coordinate representation of color #9C6EE7: hue angle of 262.81º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C6EE7 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB156110231-
CMYK0.320.5200.09
HSL262.81º71.6%66.86%-
HSV(B)262.81º52.38%90.59%-
XYZ33.7123.9978.45-
YUV137.55180.74141.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.39%
GREEN value IS 110 (43.36% from 255) = 22.13%
BLUE value IS 231 (90.62% from 255) = 46.48%
R=31.39%
G=22.13%
B=46.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1561102310.320.5200.09262.8171.666.86
Hex9C6EE72034091074843
Octal2341563474064011407110103
Binary100111001101110111001111000001101000100110000011110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c6ee7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,110,231); }

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

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

 a { background-color: rgb(156,110,231); }

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

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

 span { border-color: rgb(156,110,231); }

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