#816289

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

Shades of Trendy Pink #816289

Tints of Trendy Pink #816289

Color information

#816289 (or 0x816289) is unknown color: approx Trendy Pink. HEX triplet: 81, 62 and 89. RGB value is (129,98,137). Sum of RGB (Red+Green+Blue) = 129+98+137=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 137 - color contains mainly: blue. Hex color #816289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816289 is #7E9D76. Grayscale: #6F6F6F. Windows color (decimal): -8297847 or 9003649. OLE color: 9003649.

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

Color convert

RGB12998137-
CMYK0.060.2800.46
HSL287.69º16.6%46.08%-
HSV(B)287.69º28.47%53.73%-
XYZ17.9415.2125.66-
YUV111.71142.27140.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.44%
GREEN value IS 98 (38.67% from 255) = 26.92%
BLUE value IS 137 (53.91% from 255) = 37.64%
R=35.44%
G=26.92%
B=37.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129981370.060.2800.46287.6916.646.08
Hex81628961C02E120112e
Octal2011422116340564402156
Binary1000000111000101000100111011100010111010010000010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816289; }

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

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

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

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

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

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

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

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