#8c2572

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

Shades of Dark Purple #8C2572

Tints of Dark Purple #8C2572

Color information

#8C2572 (or 0x8C2572) is unknown color: approx Dark Purple. HEX triplet: 8C, 25 and 72. RGB value is (140,37,114). Sum of RGB (Red+Green+Blue) = 140+37+114=291 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.11% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2572 is #73DA8D. Grayscale: #4C4C4C. Windows color (decimal): -7592590 or 7480716. OLE color: 7480716.

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

Color convert

RGB14037114-
CMYK00.740.190.45
HSL315.15º58.19%34.71%-
HSV(B)315.15º73.57%54.9%-
XYZ14.518.1116.72-
YUV76.57149.12173.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.11%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 114 (44.92% from 255) = 39.18%
R=48.11%
G=12.71%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1403711400.740.190.45315.1558.1934.71
Hex8C257204A132D13b3a23
Octal21445162011223554737243
Binary1000110010010111100100100101010011101101100111011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c2572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,37,114); }

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

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

 a { background-color: rgb(140,37,114); }

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

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

 span { border-color: rgb(140,37,114); }

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