#80146B

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

Shades of Dark Purple #80146B

Tints of Dark Purple #80146B

Color information

#80146B (or 0x80146B) is unknown color: approx Dark Purple. HEX triplet: 80, 14 and 6B. RGB value is (128,20,107). Sum of RGB (Red+Green+Blue) = 128+20+107=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #80146B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80146B is #7FEB94. Grayscale: #3D3D3D. Windows color (decimal): -8383381 or 7017600. OLE color: 7017600.

HSL color Cylindrical-coordinate representation of color #80146B: hue angle of 311.67º degrees, saturation: 0.73, 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 #80146B is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB12820107-
CMYK00.840.160.50
HSL311.67º72.97%29.02%-
HSV(B)311.67º84.38%50.2%-
XYZ11.816.1514.47-
YUV62.21153.28174.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.20%
GREEN value IS 20 (8.20% from 255) = 7.84%
BLUE value IS 107 (42.19% from 255) = 41.96%
R=50.20%
G=7.84%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1282010700.840.160.50311.6772.9729.02
Hex80146B0541032138491d
Octal200241530124206247011135
Binary100000001010011010110101010010000110010100111000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80146B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80146B; }

 p { color: rgb(128,20,107); }

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

<style>
 a { background-color: #80146B; }

 a { background-color: rgb(128,20,107); }

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

<style>
 span { border-color: #80146B; }

 span { border-color: rgb(128,20,107); }

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