#816689

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

Shades of Trendy Pink #816689

Tints of Trendy Pink #816689

Color information

#816689 (or 0x816689) is unknown color: approx Trendy Pink. HEX triplet: 81, 66 and 89. RGB value is (129,102,137). Sum of RGB (Red+Green+Blue) = 129+102+137=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 137 - color contains mainly: blue. Hex color #816689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816689 is #7E9976. Grayscale: #717171. Windows color (decimal): -8296823 or 9004673. OLE color: 9004673.

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

Color convert

RGB129102137-
CMYK0.060.2600.46
HSL286.29º14.64%46.86%-
HSV(B)286.29º25.55%53.73%-
XYZ18.3215.9825.79-
YUV114.06140.95138.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.05%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 137 (53.91% from 255) = 37.23%
R=35.05%
G=27.72%
B=37.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291021370.060.2600.46286.2914.6446.86
Hex81668961A02E11ef2f
Octal2011462116320564361757
Binary100000011100110100010011101101001011101000111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816689; }

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

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

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

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

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

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

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

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