#80155F

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

Shades of Dark Purple #80155F

Tints of Dark Purple #80155F

Color information

#80155F (or 0x80155F) is unknown color: approx Dark Purple. HEX triplet: 80, 15 and 5F. RGB value is (128,21,95). Sum of RGB (Red+Green+Blue) = 128+21+95=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #80155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80155F is #7FEAA0. Grayscale: #3D3D3D. Windows color (decimal): -8383137 or 6231424. OLE color: 6231424.

HSL color Cylindrical-coordinate representation of color #80155F: hue angle of 318.5º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80155F is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB1282195-
CMYK00.840.260.50
HSL318.5º71.81%29.22%-
HSV(B)318.5º83.59%50.2%-
XYZ11.245.9511.38-
YUV61.43146.95175.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.46%
GREEN value IS 21 (8.59% from 255) = 8.61%
BLUE value IS 95 (37.5% from 255) = 38.93%
R=52.46%
G=8.61%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128219500.840.260.50318.571.8129.22
Hex80155F0541A3213f481d
Octal200251370124326247711035
Binary100000001010110111110101010011010110010100111111100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80155F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,21,95); }

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

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

 a { background-color: rgb(128,21,95); }

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

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

 span { border-color: rgb(128,21,95); }

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