#805085

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

Shades of Trendy Pink #805085

Tints of Trendy Pink #805085

Color information

#805085 (or 0x805085) is unknown color: approx Trendy Pink. HEX triplet: 80, 50 and 85. RGB value is (128,80,133). Sum of RGB (Red+Green+Blue) = 128+80+133=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: blue. Hex color #805085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805085 is #7FAF7A. Grayscale: #646464. Windows color (decimal): -8367995 or 8736896. OLE color: 8736896.

HSL color Cylindrical-coordinate representation of color #805085: hue angle of 294.34º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #805085 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12880133-
CMYK0.040.4000.48
HSL294.34º24.88%41.76%-
HSV(B)294.34º39.85%52.16%-
XYZ1612.0223.67-
YUV100.39146.4147.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 133 (52.34% from 255) = 39.00%
R=37.54%
G=23.46%
B=39.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128801330.040.4000.48294.3424.8841.76
Hex805085428030126192a
Octal2001202054500604463152
Binary10000000101000010000101100101000011000010010011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805085; }

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

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

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

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

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

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

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

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