#80165F

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

Shades of Dark Purple #80165F

Tints of Dark Purple #80165F

Color information

#80165F (or 0x80165F) is unknown color: approx Dark Purple. HEX triplet: 80, 16 and 5F. RGB value is (128,22,95). Sum of RGB (Red+Green+Blue) = 128+22+95=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #80165F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80165F is #7FE9A0. Grayscale: #3D3D3D. Windows color (decimal): -8382881 or 6231680. OLE color: 6231680.

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

Color convert

RGB1282295-
CMYK00.830.260.50
HSL318.68º70.67%29.41%-
HSV(B)318.68º82.81%50.2%-
XYZ11.255.9911.39-
YUV62.02146.62175.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.24%
GREEN value IS 22 (8.98% from 255) = 8.98%
BLUE value IS 95 (37.5% from 255) = 38.78%
R=52.24%
G=8.98%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128229500.830.260.50318.6870.6729.41
Hex80165F0531A3213f471d
Octal200261370123326247710735
Binary100000001011010111110101001111010110010100111111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80165F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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