#816688

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

Shades of Trendy Pink #816688

Tints of Trendy Pink #816688

Color information

#816688 (or 0x816688) is unknown color: approx Trendy Pink. HEX triplet: 81, 66 and 88. RGB value is (129,102,136). Sum of RGB (Red+Green+Blue) = 129+102+136=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 136 - color contains mainly: blue. Hex color #816688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816688 is #7E9977. Grayscale: #717171. Windows color (decimal): -8296824 or 8939137. OLE color: 8939137.

HSL color Cylindrical-coordinate representation of color #816688: hue angle of 287.65º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #816688 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB129102136-
CMYK0.050.2500.47
HSL287.65º14.29%46.67%-
HSV(B)287.65º25%53.33%-
XYZ18.2515.9525.41-
YUV113.95140.45138.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.15%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 136 (53.52% from 255) = 37.06%
R=35.15%
G=27.79%
B=37.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291021360.050.2500.47287.6514.2946.67
Hex81668851902F120e2f
Octal2011462105310574401657
Binary100000011100110100010001011100101011111001000001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816688; }

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

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

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

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

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

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

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

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