#816684

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

Shades of Trendy Pink #816684

Tints of Trendy Pink #816684

Color information

#816684 (or 0x816684) is unknown color: approx Trendy Pink. HEX triplet: 81, 66 and 84. RGB value is (129,102,132). Sum of RGB (Red+Green+Blue) = 129+102+132=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 132 - color contains mainly: blue. Hex color #816684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816684 is #7E997B. Grayscale: #717171. Windows color (decimal): -8296828 or 8676993. OLE color: 8676993.

HSL color Cylindrical-coordinate representation of color #816684: hue angle of 294º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #816684 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB129102132-
CMYK0.020.2300.48
HSL294º12.82%45.88%-
HSV(B)294º22.73%51.76%-
XYZ17.9715.8423.94-
YUV113.49138.45139.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.54%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=35.54%
G=28.10%
B=36.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1291021320.020.2300.4829412.8245.88
Hex816684217030126d2e
Octal2011462042270604461556
Binary10000001110011010000100101011101100001001001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816684; }

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

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

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

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

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

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

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

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