#80386F

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

Shades of Dark Purple #80386F

Tints of Dark Purple #80386F

Color information

#80386F (or 0x80386F) is unknown color: approx Dark Purple. HEX triplet: 80, 38 and 6F. RGB value is (128,56,111). Sum of RGB (Red+Green+Blue) = 128+56+111=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #80386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80386F is #7FC790. Grayscale: #535353. Windows color (decimal): -8374161 or 7288960. OLE color: 7288960.

HSL color Cylindrical-coordinate representation of color #80386F: hue angle of 314.17º 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 #80386F is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB12856111-
CMYK00.560.130.50
HSL314.17º39.13%36.08%-
HSV(B)314.17º56.25%50.2%-
XYZ13.198.5716-
YUV83.8143.35159.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.39%
GREEN value IS 56 (22.27% from 255) = 18.98%
BLUE value IS 111 (43.75% from 255) = 37.63%
R=43.39%
G=18.98%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285611100.560.130.50314.1739.1336.08
Hex80386F038D3213a2724
Octal2007015707015624724744
Binary10000000111000110111101110001101110010100111010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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