#815A89

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

Shades of Trendy Pink #815A89

Tints of Trendy Pink #815A89

Color information

#815A89 (or 0x815A89) is unknown color: approx Trendy Pink. HEX triplet: 81, 5A and 89. RGB value is (129,90,137). Sum of RGB (Red+Green+Blue) = 129+90+137=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 137 - color contains mainly: blue. Hex color #815A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815A89 is #7EA576. Grayscale: #6A6A6A. Windows color (decimal): -8299895 or 9001601. OLE color: 9001601.

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

Color convert

RGB12990137-
CMYK0.060.3400.46
HSL289.79º20.7%44.51%-
HSV(B)289.79º34.31%53.73%-
XYZ17.2213.7925.42-
YUV107.02144.92143.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.24%
GREEN value IS 90 (35.55% from 255) = 25.28%
BLUE value IS 137 (53.91% from 255) = 38.48%
R=36.24%
G=25.28%
B=38.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129901370.060.3400.46289.7920.744.51
Hex815A8962202E122152d
Octal2011322116420564422555
Binary10000001101101010001001110100010010111010010001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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