#8D287F

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

Shades of Dark Purple #8D287F

Tints of Dark Purple #8D287F

Color information

#8D287F (or 0x8D287F) is unknown color: approx Dark Purple. HEX triplet: 8D, 28 and 7F. RGB value is (141,40,127). Sum of RGB (Red+Green+Blue) = 141+40+127=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D287F is #72D780. Grayscale: #4F4F4F. Windows color (decimal): -7526273 or 8333453. OLE color: 8333453.

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

Color convert

RGB14140127-
CMYK00.720.100.45
HSL308.32º55.8%35.49%-
HSV(B)308.32º71.63%55.29%-
XYZ15.578.7120.94-
YUV80.12154.46171.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.78%
GREEN value IS 40 (16.02% from 255) = 12.99%
BLUE value IS 127 (50% from 255) = 41.23%
R=45.78%
G=12.99%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414012700.720.100.45308.3255.835.49
Hex8D287F048A2D1343823
Octal21550177011012554647043
Binary100011011010001111111010010001010101101100110100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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