#8D2878

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

Shades of Dark Purple #8D2878

Tints of Dark Purple #8D2878

Color information

#8D2878 (or 0x8D2878) is unknown color: approx Dark Purple. HEX triplet: 8D, 28 and 78. RGB value is (141,40,120). Sum of RGB (Red+Green+Blue) = 141+40+120=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2878 is #72D787. Grayscale: #4F4F4F. Windows color (decimal): -7526280 or 7874701. OLE color: 7874701.

HSL color Cylindrical-coordinate representation of color #8D2878: hue angle of 312.48º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D2878 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB14140120-
CMYK00.720.150.45
HSL312.48º55.8%35.49%-
HSV(B)312.48º71.63%55.29%-
XYZ15.138.5418.62-
YUV79.32150.96172-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.84%
GREEN value IS 40 (16.02% from 255) = 13.29%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=46.84%
G=13.29%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414012000.720.150.45312.4855.835.49
Hex8D2878048F2D1383823
Octal21550170011017554707043
Binary100011011010001111000010010001111101101100111000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,40,120); }

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

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

 a { background-color: rgb(141,40,120); }

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

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

 span { border-color: rgb(141,40,120); }

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