#8F78DC

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

Shades of Medium Purple #8F78DC

Tints of Medium Purple #8F78DC

Color information

#8F78DC (or 0x8F78DC) is unknown color: approx Medium Purple. HEX triplet: 8F, 78 and DC. RGB value is (143,120,220). Sum of RGB (Red+Green+Blue) = 143+120+220=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F78DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F78DC is #708723. Grayscale: #898989. Windows color (decimal): -7374628 or 14448783. OLE color: 14448783.

HSL color Cylindrical-coordinate representation of color #8F78DC: hue angle of 253.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F78DC is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB143120220-
CMYK0.350.4500.14
HSL253.8º58.82%66.67%-
HSV(B)253.8º45.45%86.27%-
XYZ30.9624.4470.8-
YUV138.28174.12131.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.61%
GREEN value IS 120 (47.27% from 255) = 24.84%
BLUE value IS 220 (86.33% from 255) = 45.55%
R=29.61%
G=24.84%
B=45.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1431202200.350.4500.14253.858.8266.67
Hex8F78DC232D0Efe3b43
Octal217170334435501637673103
Binary1000111111110001101110010001110110101110111111101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F78DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,120,220); }

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

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

 a { background-color: rgb(143,120,220); }

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

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

 span { border-color: rgb(143,120,220); }

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