#8C3770

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

Shades of Dark Purple #8C3770

Tints of Dark Purple #8C3770

Color information

#8C3770 (or 0x8C3770) is unknown color: approx Dark Purple. HEX triplet: 8C, 37 and 70. RGB value is (140,55,112). Sum of RGB (Red+Green+Blue) = 140+55+112=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3770 is #73C88F. Grayscale: #565656. Windows color (decimal): -7587984 or 7354252. OLE color: 7354252.

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

Color convert

RGB14055112-
CMYK00.610.200.45
HSL319.76º43.59%38.24%-
HSV(B)319.76º60.71%54.9%-
XYZ15.119.4816.36-
YUV86.91142.16165.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.60%
GREEN value IS 55 (21.88% from 255) = 17.92%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=45.60%
G=17.92%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405511200.610.200.45319.7643.5938.24
Hex8C377003D142D1402c26
Octal2146716007524555005446
Binary100011001101111110000011110110100101101101000000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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