#815489

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

Shades of Trendy Pink #815489

Tints of Trendy Pink #815489

Color information

#815489 (or 0x815489) is unknown color: approx Trendy Pink. HEX triplet: 81, 54 and 89. RGB value is (129,84,137). Sum of RGB (Red+Green+Blue) = 129+84+137=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 137 - color contains mainly: blue. Hex color #815489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815489 is #7EAB76. Grayscale: #676767. Windows color (decimal): -8301431 or 9000065. OLE color: 9000065.

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

Color convert

RGB12984137-
CMYK0.060.3900.46
HSL290.94º23.98%43.33%-
HSV(B)290.94º38.69%53.73%-
XYZ16.7412.8125.26-
YUV103.5146.91146.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.86%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 137 (53.91% from 255) = 39.14%
R=36.86%
G=24%
B=39.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129841370.060.3900.46290.9423.9843.33
Hex81548962702E123182b
Octal2011242116470564433053
Binary10000001101010010001001110100111010111010010001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815489; }

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

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

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

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

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

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

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

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