#8C377F

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

Shades of Dark Purple #8C377F

Tints of Dark Purple #8C377F

Color information

#8C377F (or 0x8C377F) is unknown color: approx Dark Purple. HEX triplet: 8C, 37 and 7F. RGB value is (140,55,127). Sum of RGB (Red+Green+Blue) = 140+55+127=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 140 - color contains mainly: red. Hex color #8C377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C377F is #73C880. Grayscale: #585858. Windows color (decimal): -7587969 or 8337292. OLE color: 8337292.

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

Color convert

RGB14055127-
CMYK00.610.090.45
HSL309.18º43.59%38.24%-
HSV(B)309.18º60.71%54.9%-
XYZ16.019.8421.13-
YUV88.62149.66164.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.48%
GREEN value IS 55 (21.88% from 255) = 17.08%
BLUE value IS 127 (50% from 255) = 39.44%
R=43.48%
G=17.08%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405512700.610.090.45309.1843.5938.24
Hex8C377F03D92D1352c26
Octal2146717707511554655446
Binary10001100110111111111101111011001101101100110101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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