#8C4279

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

Shades of Dark Purple #8C4279

Tints of Dark Purple #8C4279

Color information

#8C4279 (or 0x8C4279) is unknown color: approx Dark Purple. HEX triplet: 8C, 42 and 79. RGB value is (140,66,121). Sum of RGB (Red+Green+Blue) = 140+66+121=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4279 is #73BD86. Grayscale: #5E5E5E. Windows color (decimal): -7585159 or 7946892. OLE color: 7946892.

HSL color Cylindrical-coordinate representation of color #8C4279: hue angle of 315.41º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C4279 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB14066121-
CMYK00.530.140.45
HSL315.41º35.92%40.39%-
HSV(B)315.41º52.86%54.9%-
XYZ16.2110.8519.33-
YUV94.4143.02160.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.81%
GREEN value IS 66 (26.17% from 255) = 20.18%
BLUE value IS 121 (47.66% from 255) = 37.00%
R=42.81%
G=20.18%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406612100.530.140.45315.4135.9240.39
Hex8C4279035E2D13b2428
Octal21410217106516554734450
Binary100011001000010111100101101011110101101100111011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,66,121); }

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

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

 a { background-color: rgb(140,66,121); }

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

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

 span { border-color: rgb(140,66,121); }

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