#824C88

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

Shades of Trendy Pink #824C88

Tints of Trendy Pink #824C88

Color information

#824C88 (or 0x824C88) is unknown color: approx Trendy Pink. HEX triplet: 82, 4C and 88. RGB value is (130,76,136). Sum of RGB (Red+Green+Blue) = 130+76+136=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 136 - color contains mainly: blue. Hex color #824C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824C88 is #7DB377. Grayscale: #626262. Windows color (decimal): -8237944 or 8932482. OLE color: 8932482.

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

Color convert

RGB13076136-
CMYK0.040.4400.47
HSL294º28.3%41.57%-
HSV(B)294º44.12%53.33%-
XYZ16.2311.6924.69-
YUV98.99148.89150.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.01%
GREEN value IS 76 (30.08% from 255) = 22.22%
BLUE value IS 136 (53.52% from 255) = 39.77%
R=38.01%
G=22.22%
B=39.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130761360.040.4400.4729428.341.57
Hex824C8842C02F1261c2a
Octal2021142104540574463452
Binary10000010100110010001000100101100010111110010011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,76,136); }

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

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

 a { background-color: rgb(130,76,136); }

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

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

 span { border-color: rgb(130,76,136); }

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