#8C3679

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

Shades of Dark Purple #8C3679

Tints of Dark Purple #8C3679

Color information

#8C3679 (or 0x8C3679) is unknown color: approx Dark Purple. HEX triplet: 8C, 36 and 79. RGB value is (140,54,121). Sum of RGB (Red+Green+Blue) = 140+54+121=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3679 is #73C986. Grayscale: #575757. Windows color (decimal): -7588231 or 7943820. OLE color: 7943820.

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

Color convert

RGB14054121-
CMYK00.610.140.45
HSL313.26º44.33%38.04%-
HSV(B)313.26º61.43%54.9%-
XYZ15.599.5919.12-
YUV87.35146.99165.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.44%
GREEN value IS 54 (21.48% from 255) = 17.14%
BLUE value IS 121 (47.66% from 255) = 38.41%
R=44.44%
G=17.14%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405412100.610.140.45313.2644.3338.04
Hex8C367903DE2D1392c26
Octal2146617107516554715446
Binary10001100110110111100101111011110101101100111001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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