#9C6EF5

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

Shades of Medium Purple #9C6EF5

Tints of Medium Purple #9C6EF5

Color information

#9C6EF5 (or 0x9C6EF5) is unknown color: approx Medium Purple. HEX triplet: 9C, 6E and F5. RGB value is (156,110,245). Sum of RGB (Red+Green+Blue) = 156+110+245=511 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.53% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 245 (96.09% from 255 or 47.95% from 511); Max value from RGB is 245 - color contains mainly: blue. Hex color #9C6EF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6EF5 is #63910A. Grayscale: #8A8A8A. Windows color (decimal): -6525195 or 16084636. OLE color: 16084636.

HSL color Cylindrical-coordinate representation of color #9C6EF5: hue angle of 260.44º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C6EF5 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB156110245-
CMYK0.360.5500.04
HSL260.44º87.1%69.61%-
HSV(B)260.44º55.1%96.08%-
XYZ35.7724.8189.29-
YUV139.14187.74140.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.53%
GREEN value IS 110 (43.36% from 255) = 21.53%
BLUE value IS 245 (96.09% from 255) = 47.95%
R=30.53%
G=21.53%
B=47.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1561102450.360.5500.04260.4487.169.61
Hex9C6EF52437041045746
Octal234156365446704404127106
Binary10011100110111011110101100100110111010010000010010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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