#8C3077

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

Shades of Dark Purple #8C3077

Tints of Dark Purple #8C3077

Color information

#8C3077 (or 0x8C3077) is unknown color: approx Dark Purple. HEX triplet: 8C, 30 and 77. RGB value is (140,48,119). Sum of RGB (Red+Green+Blue) = 140+48+119=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3077 is #73CF88. Grayscale: #535353. Windows color (decimal): -7589769 or 7811212. OLE color: 7811212.

HSL color Cylindrical-coordinate representation of color #8C3077: hue angle of 313.7º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C3077 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB14048119-
CMYK00.660.150.45
HSL313.7º48.94%36.86%-
HSV(B)313.7º65.71%54.9%-
XYZ15.29.0218.39-
YUV83.6147.98168.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.60%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 119 (46.88% from 255) = 38.76%
R=45.60%
G=15.64%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1404811900.660.150.45313.748.9436.86
Hex8C3077042F2D13a3125
Octal21460167010217554726145
Binary100011001100001110111010000101111101101100111010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,48,119); }

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

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

 a { background-color: rgb(140,48,119); }

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

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

 span { border-color: rgb(140,48,119); }

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