#8D287E

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

Shades of Dark Purple #8D287E

Tints of Dark Purple #8D287E

Color information

#8D287E (or 0x8D287E) is unknown color: approx Dark Purple. HEX triplet: 8D, 28 and 7E. RGB value is (141,40,126). Sum of RGB (Red+Green+Blue) = 141+40+126=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D287E is #72D781. Grayscale: #4F4F4F. Windows color (decimal): -7526274 or 8267917. OLE color: 8267917.

HSL color Cylindrical-coordinate representation of color #8D287E: hue angle of 308.91º 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 #8D287E is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB14140126-
CMYK00.720.110.45
HSL308.91º55.8%35.49%-
HSV(B)308.91º71.63%55.29%-
XYZ15.518.6920.6-
YUV80153.96171.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.93%
GREEN value IS 40 (16.02% from 255) = 13.03%
BLUE value IS 126 (49.61% from 255) = 41.04%
R=45.93%
G=13.03%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414012600.720.110.45308.9155.835.49
Hex8D287E048B2D1353823
Octal21550176011013554657043
Binary100011011010001111110010010001011101101100110101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D287E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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