#80386C

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

Shades of Dark Purple #80386C

Tints of Dark Purple #80386C

Color information

#80386C (or 0x80386C) is unknown color: approx Dark Purple. HEX triplet: 80, 38 and 6C. RGB value is (128,56,108). Sum of RGB (Red+Green+Blue) = 128+56+108=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #80386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80386C is #7FC793. Grayscale: #535353. Windows color (decimal): -8374164 or 7092352. OLE color: 7092352.

HSL color Cylindrical-coordinate representation of color #80386C: hue angle of 316.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80386C is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB12856108-
CMYK00.560.160.50
HSL316.67º39.13%36.08%-
HSV(B)316.67º56.25%50.2%-
XYZ13.028.515.14-
YUV83.46141.85159.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.84%
GREEN value IS 56 (22.27% from 255) = 19.18%
BLUE value IS 108 (42.58% from 255) = 36.99%
R=43.84%
G=19.18%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285610800.560.160.50316.6739.1336.08
Hex80386C038103213d2724
Octal2007015407020624754744
Binary100000001110001101100011100010000110010100111101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80386C; }

 p { color: rgb(128,56,108); }

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

<style>
 a { background-color: #80386C; }

 a { background-color: rgb(128,56,108); }

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

<style>
 span { border-color: #80386C; }

 span { border-color: rgb(128,56,108); }

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