#815889

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

Shades of Trendy Pink #815889

Tints of Trendy Pink #815889

Color information

#815889 (or 0x815889) is unknown color: approx Trendy Pink. HEX triplet: 81, 58 and 89. RGB value is (129,88,137). Sum of RGB (Red+Green+Blue) = 129+88+137=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 137 - color contains mainly: blue. Hex color #815889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815889 is #7EA776. Grayscale: #696969. Windows color (decimal): -8300407 or 9001089. OLE color: 9001089.

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

Color convert

RGB12988137-
CMYK0.060.3600.46
HSL290.2º21.78%44.12%-
HSV(B)290.2º35.77%53.73%-
XYZ17.0613.4525.36-
YUV105.84145.58144.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.44%
GREEN value IS 88 (34.77% from 255) = 24.86%
BLUE value IS 137 (53.91% from 255) = 38.70%
R=36.44%
G=24.86%
B=38.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129881370.060.3600.46290.221.7844.12
Hex81588962402E122162c
Octal2011302116440564422654
Binary10000001101100010001001110100100010111010010001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815889; }

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

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

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

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

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

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

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

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