#805082

Color #805082 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #805082

Tints of Trendy Pink #805082

Color information

#805082 (or 0x805082) is unknown color: approx Trendy Pink. HEX triplet: 80, 50 and 82. RGB value is (128,80,130). Sum of RGB (Red+Green+Blue) = 128+80+130=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 130 - color contains mainly: blue. Hex color #805082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805082 is #7FAF7D. Grayscale: #636363. Windows color (decimal): -8367998 or 8540288. OLE color: 8540288.

HSL color Cylindrical-coordinate representation of color #805082: hue angle of 297.6º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #805082 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12880130-
CMYK0.020.3800.49
HSL297.6º23.81%41.18%-
HSV(B)297.6º38.46%50.98%-
XYZ15.811.9422.59-
YUV100.05144.9147.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.87%
GREEN value IS 80 (31.64% from 255) = 23.67%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=37.87%
G=23.67%
B=38.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128801300.020.3800.49297.623.8141.18
Hex80508222603112a1829
Octal2001202022460614523051
Binary1000000010100001000001010100110011000110010101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805082; }

 p { color: rgb(128,80,130); }

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

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

 a { background-color: rgb(128,80,130); }

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

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

 span { border-color: rgb(128,80,130); }

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