#9C78F1

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

Shades of Medium Purple #9C78F1

Tints of Medium Purple #9C78F1

Color information

#9C78F1 (or 0x9C78F1) is unknown color: approx Medium Purple. HEX triplet: 9C, 78 and F1. RGB value is (156,120,241). Sum of RGB (Red+Green+Blue) = 156+120+241=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C78F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C78F1 is #63870E. Grayscale: #909090. Windows color (decimal): -6522639 or 15825052. OLE color: 15825052.

HSL color Cylindrical-coordinate representation of color #9C78F1: hue angle of 257.85º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C78F1 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB156120241-
CMYK0.350.5000.05
HSL257.85º81.21%70.78%-
HSV(B)257.85º50.21%94.51%-
XYZ36.326.8586.49-
YUV144.56182.43136.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.17%
GREEN value IS 120 (47.27% from 255) = 23.21%
BLUE value IS 241 (94.53% from 255) = 46.62%
R=30.17%
G=23.21%
B=46.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1561202410.350.5000.05257.8581.2170.78
Hex9C78F12332051025147
Octal234170361436205402121107
Binary10011100111100011110001100011110010010110000001010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C78F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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