#8D027C

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

Shades of Purple #8D027C

Tints of Purple #8D027C

Color information

#8D027C (or 0x8D027C) is unknown color: approx Purple. HEX triplet: 8D, 02 and 7C. RGB value is (141,2,124). Sum of RGB (Red+Green+Blue) = 141+2+124=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D027C is #72FD83. Grayscale: #393939. Windows color (decimal): -7536004 or 8127117. OLE color: 8127117.

HSL color Cylindrical-coordinate representation of color #8D027C: hue angle of 307.34º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D027C is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB1412124-
CMYK00.990.120.45
HSL307.34º97.2%28.04%-
HSV(B)307.34º98.58%55.29%-
XYZ14.647.1619.68-
YUV57.47165.55187.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.81%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 124 (48.83% from 255) = 46.44%
R=52.81%
G=0.75%
B=46.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141212400.990.120.45307.3497.228.04
Hex8D27C063C2D133611c
Octal21521740143145546314134
Binary10001101101111100011000111100101101100110011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,2,124); }

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

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

 a { background-color: rgb(141,2,124); }

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

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

 span { border-color: rgb(141,2,124); }

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