#816089

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

Shades of Trendy Pink #816089

Tints of Trendy Pink #816089

Color information

#816089 (or 0x816089) is unknown color: approx Trendy Pink. HEX triplet: 81, 60 and 89. RGB value is (129,96,137). Sum of RGB (Red+Green+Blue) = 129+96+137=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 137 - color contains mainly: blue. Hex color #816089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816089 is #7E9F76. Grayscale: #6E6E6E. Windows color (decimal): -8298359 or 9003137. OLE color: 9003137.

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

Color convert

RGB12996137-
CMYK0.060.3000.46
HSL288.29º17.6%45.69%-
HSV(B)288.29º29.93%53.73%-
XYZ17.7514.8425.6-
YUV110.54142.93141.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.64%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 137 (53.91% from 255) = 37.85%
R=35.64%
G=26.52%
B=37.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129961370.060.3000.46288.2917.645.69
Hex81608961E02E120122e
Octal2011402116360564402256
Binary1000000111000001000100111011110010111010010000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816089; }

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

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

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

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

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

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

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

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