#80165D

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

Shades of Dark Purple #80165D

Tints of Dark Purple #80165D

Color information

#80165D (or 0x80165D) is unknown color: approx Dark Purple. HEX triplet: 80, 16 and 5D. RGB value is (128,22,93). Sum of RGB (Red+Green+Blue) = 128+22+93=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #80165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80165D is #7FE9A2. Grayscale: #3D3D3D. Windows color (decimal): -8382883 or 6100608. OLE color: 6100608.

HSL color Cylindrical-coordinate representation of color #80165D: hue angle of 319.81º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80165D is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB1282293-
CMYK00.830.270.50
HSL319.81º70.67%29.41%-
HSV(B)319.81º82.81%50.2%-
XYZ11.165.9510.92-
YUV61.79145.62175.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.67%
GREEN value IS 22 (8.98% from 255) = 9.05%
BLUE value IS 93 (36.72% from 255) = 38.27%
R=52.67%
G=9.05%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128229300.830.270.50319.8170.6729.41
Hex80165D0531B32140471d
Octal200261350123336250010735
Binary100000001011010111010101001111011110010101000000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80165D; }

 p { color: rgb(128,22,93); }

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

<style>
 a { background-color: #80165D; }

 a { background-color: rgb(128,22,93); }

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

<style>
 span { border-color: #80165D; }

 span { border-color: rgb(128,22,93); }

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