#9C6EF4

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

Shades of Medium Purple #9C6EF4

Tints of Medium Purple #9C6EF4

Color information

#9C6EF4 (or 0x9C6EF4) is unknown color: approx Medium Purple. HEX triplet: 9C, 6E and F4. RGB value is (156,110,244). Sum of RGB (Red+Green+Blue) = 156+110+244=510 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.59% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 244 (95.70% from 255 or 47.84% from 510); Max value from RGB is 244 - color contains mainly: blue. Hex color #9C6EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6EF4 is #63910B. Grayscale: #8A8A8A. Windows color (decimal): -6525196 or 16019100. OLE color: 16019100.

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

Color convert

RGB156110244-
CMYK0.360.5500.04
HSL260.6º85.9%69.41%-
HSV(B)260.6º54.92%95.69%-
XYZ35.6224.7588.49-
YUV139.03187.24140.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.59%
GREEN value IS 110 (43.36% from 255) = 21.57%
BLUE value IS 244 (95.70% from 255) = 47.84%
R=30.59%
G=21.57%
B=47.84%

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
Decimal1561102440.360.5500.04260.685.969.41
Hex9C6EF42437041055645
Octal234156364446704405126105
Binary10011100110111011110100100100110111010010000010110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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