#9C78E8

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

Shades of Medium Purple #9C78E8

Tints of Medium Purple #9C78E8

Color information

#9C78E8 (or 0x9C78E8) is unknown color: approx Medium Purple. HEX triplet: 9C, 78 and E8. RGB value is (156,120,232). Sum of RGB (Red+Green+Blue) = 156+120+232=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 232 (91.02% from 255 or 45.67% from 508); Max value from RGB is 232 - color contains mainly: blue. Hex color #9C78E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C78E8 is #638717. Grayscale: #8F8F8F. Windows color (decimal): -6522648 or 15235228. OLE color: 15235228.

HSL color Cylindrical-coordinate representation of color #9C78E8: hue angle of 259.29º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C78E8 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB156120232-
CMYK0.330.4800.09
HSL259.29º70.89%69.02%-
HSV(B)259.29º48.28%90.98%-
XYZ34.9926.3379.58-
YUV143.53177.93136.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.71%
GREEN value IS 120 (47.27% from 255) = 23.62%
BLUE value IS 232 (91.02% from 255) = 45.67%
R=30.71%
G=23.62%
B=45.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1561202320.330.4800.09259.2970.8969.02
Hex9C78E82130091034745
Octal2341703504160011403107105
Binary100111001111000111010001000011100000100110000001110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C78E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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