#816588

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

Shades of Trendy Pink #816588

Tints of Trendy Pink #816588

Color information

#816588 (or 0x816588) is unknown color: approx Trendy Pink. HEX triplet: 81, 65 and 88. RGB value is (129,101,136). Sum of RGB (Red+Green+Blue) = 129+101+136=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 136 - color contains mainly: blue. Hex color #816588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816588 is #7E9A77. Grayscale: #717171. Windows color (decimal): -8297080 or 8938881. OLE color: 8938881.

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

Color convert

RGB129101136-
CMYK0.050.2600.47
HSL288º14.77%46.47%-
HSV(B)288º25.74%53.33%-
XYZ18.1515.7525.38-
YUV113.36140.78139.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 136 (53.52% from 255) = 37.16%
R=35.25%
G=27.60%
B=37.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291011360.050.2600.4728814.7746.47
Hex81658851A02F120f2e
Octal2011452105320574401756
Binary100000011100101100010001011101001011111001000001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816588; }

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

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

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

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

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

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

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

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