#815688

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

Shades of Trendy Pink #815688

Tints of Trendy Pink #815688

Color information

#815688 (or 0x815688) is unknown color: approx Trendy Pink. HEX triplet: 81, 56 and 88. RGB value is (129,86,136). Sum of RGB (Red+Green+Blue) = 129+86+136=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 136 - color contains mainly: blue. Hex color #815688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815688 is #7EA977. Grayscale: #686868. Windows color (decimal): -8300920 or 8935041. OLE color: 8935041.

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

Color convert

RGB12986136-
CMYK0.050.3700.47
HSL291.6º22.52%43.53%-
HSV(B)291.6º36.76%53.33%-
XYZ16.8213.124.93-
YUV104.56145.75145.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.75%
GREEN value IS 86 (33.98% from 255) = 24.50%
BLUE value IS 136 (53.52% from 255) = 38.75%
R=36.75%
G=24.50%
B=38.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129861360.050.3700.47291.622.5243.53
Hex81568852502F124172c
Octal2011262105450574442754
Binary10000001101011010001000101100101010111110010010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815688; }

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

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

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

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

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

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

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

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