#8c78dd

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

Shades of Medium Purple #8C78DD

Tints of Medium Purple #8C78DD

Color information

#8C78DD (or 0x8C78DD) is unknown color: approx Medium Purple. HEX triplet: 8C, 78 and DD. RGB value is (140,120,221). Sum of RGB (Red+Green+Blue) = 140+120+221=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C78DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C78DD is #738722. Grayscale: #898989. Windows color (decimal): -7571235 or 14514316. OLE color: 14514316.

HSL color Cylindrical-coordinate representation of color #8C78DD: hue angle of 251.88º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C78DD is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140120221-
CMYK0.370.4600.13
HSL251.88º59.76%66.86%-
HSV(B)251.88º45.7%86.67%-
XYZ30.5824.2371.47-
YUV137.49175.13129.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.11%
GREEN value IS 120 (47.27% from 255) = 24.95%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=29.11%
G=24.95%
B=45.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401202210.370.4600.13251.8859.7666.86
Hex8C78DD252E0Dfc3c43
Octal214170335455601537474103
Binary1000110011110001101110110010110111001101111111001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c78dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8c78dd; }

 p { color: rgb(140,120,221); }

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

<style>
 a { background-color: #8c78dd; }

 a { background-color: rgb(140,120,221); }

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

<style>
 span { border-color: #8c78dd; }

 span { border-color: rgb(140,120,221); }

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