#815C86

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

Shades of Trendy Pink #815C86

Tints of Trendy Pink #815C86

Color information

#815C86 (or 0x815C86) is unknown color: approx Trendy Pink. HEX triplet: 81, 5C and 86. RGB value is (129,92,134). Sum of RGB (Red+Green+Blue) = 129+92+134=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 134 - color contains mainly: blue. Hex color #815C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815C86 is #7EA379. Grayscale: #6B6B6B. Windows color (decimal): -8299386 or 8805505. OLE color: 8805505.

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

Color convert

RGB12992134-
CMYK0.040.3100.47
HSL292.86º18.58%44.31%-
HSV(B)292.86º31.34%52.55%-
XYZ17.1814.0424.36-
YUV107.85142.76143.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.34%
GREEN value IS 92 (36.33% from 255) = 25.92%
BLUE value IS 134 (52.73% from 255) = 37.75%
R=36.34%
G=25.92%
B=37.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129921340.040.3100.47292.8618.5844.31
Hex815C8641F02F125132c
Octal2011342064370574452354
Binary1000000110111001000011010011111010111110010010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815C86; }

 p { color: rgb(129,92,134); }

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

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

 a { background-color: rgb(129,92,134); }

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

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

 span { border-color: rgb(129,92,134); }

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