#9C78D1

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

Shades of Medium Purple #9C78D1

Tints of Medium Purple #9C78D1

Color information

#9C78D1 (or 0x9C78D1) is unknown color: approx Medium Purple. HEX triplet: 9C, 78 and D1. RGB value is (156,120,209). Sum of RGB (Red+Green+Blue) = 156+120+209=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #9C78D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C78D1 is #63872E. Grayscale: #8C8C8C. Windows color (decimal): -6522671 or 13727900. OLE color: 13727900.

HSL color Cylindrical-coordinate representation of color #9C78D1: hue angle of 264.27º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C78D1 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB156120209-
CMYK0.250.4300.18
HSL264.27º49.17%64.51%-
HSV(B)264.27º42.58%81.96%-
XYZ31.9425.163.48-
YUV140.91166.43138.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.16%
GREEN value IS 120 (47.27% from 255) = 24.74%
BLUE value IS 209 (82.03% from 255) = 43.09%
R=32.16%
G=24.74%
B=43.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1561202090.250.4300.18264.2749.1764.51
Hex9C78D1192B0121083141
Octal234170321315302241061101
Binary10011100111100011010001110011010110100101000010001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C78D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,120,209); }

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

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

 a { background-color: rgb(156,120,209); }

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

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

 span { border-color: rgb(156,120,209); }

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