#824E87

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

Shades of Trendy Pink #824E87

Tints of Trendy Pink #824E87

Color information

#824E87 (or 0x824E87) is unknown color: approx Trendy Pink. HEX triplet: 82, 4E and 87. RGB value is (130,78,135). Sum of RGB (Red+Green+Blue) = 130+78+135=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 135 - color contains mainly: blue. Hex color #824E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824E87 is #7DB178. Grayscale: #636363. Windows color (decimal): -8237433 or 8867458. OLE color: 8867458.

HSL color Cylindrical-coordinate representation of color #824E87: hue angle of 294.74º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #824E87 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13078135-
CMYK0.040.4200.47
HSL294.74º26.76%41.76%-
HSV(B)294.74º42.22%52.94%-
XYZ16.311.9424.37-
YUV100.05147.73149.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.90%
GREEN value IS 78 (30.86% from 255) = 22.74%
BLUE value IS 135 (53.12% from 255) = 39.36%
R=37.90%
G=22.74%
B=39.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130781350.040.4200.47294.7426.7641.76
Hex824E8742A02F1271b2a
Octal2021162074520574473352
Binary10000010100111010000111100101010010111110010011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824E87; }

 p { color: rgb(130,78,135); }

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

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

 a { background-color: rgb(130,78,135); }

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

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

 span { border-color: rgb(130,78,135); }

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