#8D087D

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

Shades of Purple #8D087D

Tints of Purple #8D087D

Color information

#8D087D (or 0x8D087D) is unknown color: approx Purple. HEX triplet: 8D, 08 and 7D. RGB value is (141,8,125). Sum of RGB (Red+Green+Blue) = 141+8+125=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D087D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D087D is #72F782. Grayscale: #3C3C3C. Windows color (decimal): -7534467 or 8194189. OLE color: 8194189.

HSL color Cylindrical-coordinate representation of color #8D087D: hue angle of 307.22º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D087D is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB1418125-
CMYK00.940.110.45
HSL307.22º89.26%29.22%-
HSV(B)307.22º94.33%55.29%-
XYZ14.777.3220.04-
YUV61.1164.06184.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.46%
GREEN value IS 8 (3.52% from 255) = 2.92%
BLUE value IS 125 (49.22% from 255) = 45.62%
R=51.46%
G=2.92%
B=45.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141812500.940.110.45307.2289.2629.22
Hex8D87D05EB2D133591d
Octal215101750136135546313135
Binary1000110110001111101010111101011101101100110011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D087D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,8,125); }

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

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

 a { background-color: rgb(141,8,125); }

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

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

 span { border-color: rgb(141,8,125); }

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