#8c3779

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

Shades of Dark Purple #8C3779

Tints of Dark Purple #8C3779

Color information

#8C3779 (or 0x8C3779) is unknown color: approx Dark Purple. HEX triplet: 8C, 37 and 79. RGB value is (140,55,121). Sum of RGB (Red+Green+Blue) = 140+55+121=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3779 is #73C886. Grayscale: #575757. Windows color (decimal): -7587975 or 7944076. OLE color: 7944076.

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

Color convert

RGB14055121-
CMYK00.610.140.45
HSL313.41º43.59%38.24%-
HSV(B)313.41º60.71%54.9%-
XYZ15.639.6919.14-
YUV87.94146.66165.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.30%
GREEN value IS 55 (21.88% from 255) = 17.41%
BLUE value IS 121 (47.66% from 255) = 38.29%
R=44.30%
G=17.41%
B=38.29%

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
Decimal1405512100.610.140.45313.4143.5938.24
Hex8C377903DE2D1392c26
Octal2146717107516554715446
Binary10001100110111111100101111011110101101100111001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c3779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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