#9c6fd6

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

Shades of Medium Purple #9C6FD6

Tints of Medium Purple #9C6FD6

Color information

#9C6FD6 (or 0x9C6FD6) is unknown color: approx Medium Purple. HEX triplet: 9C, 6F and D6. RGB value is (156,111,214). Sum of RGB (Red+Green+Blue) = 156+111+214=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #9C6FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6FD6 is #639029. Grayscale: #878787. Windows color (decimal): -6524970 or 14053276. OLE color: 14053276.

HSL color Cylindrical-coordinate representation of color #9C6FD6: hue angle of 266.21º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C6FD6 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB156111214-
CMYK0.270.4800.16
HSL266.21º55.68%63.73%-
HSV(B)266.21º48.13%83.92%-
XYZ31.5323.2966.45-
YUV136.2171.91142.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.43%
GREEN value IS 111 (43.75% from 255) = 23.08%
BLUE value IS 214 (83.98% from 255) = 44.49%
R=32.43%
G=23.08%
B=44.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1561112140.270.4800.16266.2155.6863.73
Hex9C6FD61B3001010a3840
Octal234157326336002041270100
Binary10011100110111111010110110111100000100001000010101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c6fd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,111,214); }

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

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

 a { background-color: rgb(156,111,214); }

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

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

 span { border-color: rgb(156,111,214); }

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