#8C2672

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

Shades of Dark Purple #8C2672

Tints of Dark Purple #8C2672

Color information

#8C2672 (or 0x8C2672) is unknown color: approx Dark Purple. HEX triplet: 8C, 26 and 72. RGB value is (140,38,114). Sum of RGB (Red+Green+Blue) = 140+38+114=292 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.95% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2672 is #73D98D. Grayscale: #4C4C4C. Windows color (decimal): -7592334 or 7480972. OLE color: 7480972.

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

Color convert

RGB14038114-
CMYK00.730.190.45
HSL315.29º57.3%34.9%-
HSV(B)315.29º72.86%54.9%-
XYZ14.558.1816.73-
YUV77.16148.79172.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.95%
GREEN value IS 38 (15.23% from 255) = 13.01%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=47.95%
G=13.01%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1403811400.730.190.45315.2957.334.9
Hex8C2672049132D13b3923
Octal21446162011123554737143
Binary1000110010011011100100100100110011101101100111011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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