#8C3784

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

Shades of Dark Purple #8C3784

Tints of Dark Purple #8C3784

Color information

#8C3784 (or 0x8C3784) is unknown color: approx Dark Purple. HEX triplet: 8C, 37 and 84. RGB value is (140,55,132). Sum of RGB (Red+Green+Blue) = 140+55+132=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3784 is #73C87B. Grayscale: #585858. Windows color (decimal): -7587964 or 8664972. OLE color: 8664972.

HSL color Cylindrical-coordinate representation of color #8C3784: hue angle of 305.65º 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 #8C3784 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB14055132-
CMYK00.610.060.45
HSL305.65º43.59%38.24%-
HSV(B)305.65º60.71%54.9%-
XYZ16.359.9722.89-
YUV89.19152.16164.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.81%
GREEN value IS 55 (21.88% from 255) = 16.82%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=42.81%
G=16.82%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405513200.610.060.45305.6543.5938.24
Hex8C378403D62D1322c26
Octal214672040756554625446
Binary10001100110111100001000111101110101101100110010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,55,132); }

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

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

 a { background-color: rgb(140,55,132); }

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

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

 span { border-color: rgb(140,55,132); }

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