#815989

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

Shades of Trendy Pink #815989

Tints of Trendy Pink #815989

Color information

#815989 (or 0x815989) is unknown color: approx Trendy Pink. HEX triplet: 81, 59 and 89. RGB value is (129,89,137). Sum of RGB (Red+Green+Blue) = 129+89+137=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 137 - color contains mainly: blue. Hex color #815989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815989 is #7EA676. Grayscale: #6A6A6A. Windows color (decimal): -8300151 or 9001345. OLE color: 9001345.

HSL color Cylindrical-coordinate representation of color #815989: hue angle of 290º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #815989 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12989137-
CMYK0.060.3500.46
HSL290º21.24%44.31%-
HSV(B)290º35.04%53.73%-
XYZ17.1413.6225.39-
YUV106.43145.25144.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.34%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 137 (53.91% from 255) = 38.59%
R=36.34%
G=25.07%
B=38.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129891370.060.3500.4629021.2444.31
Hex81598962302E122152c
Octal2011312116430564422554
Binary10000001101100110001001110100011010111010010001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815989; }

 p { color: rgb(129,89,137); }

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

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

 a { background-color: rgb(129,89,137); }

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

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

 span { border-color: rgb(129,89,137); }

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