#815088

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

Shades of Trendy Pink #815088

Tints of Trendy Pink #815088

Color information

#815088 (or 0x815088) is unknown color: approx Trendy Pink. HEX triplet: 81, 50 and 88. RGB value is (129,80,136). Sum of RGB (Red+Green+Blue) = 129+80+136=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: blue. Hex color #815088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815088 is #7EAF77. Grayscale: #646464. Windows color (decimal): -8302456 or 8933505. OLE color: 8933505.

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

Color convert

RGB12980136-
CMYK0.050.4100.47
HSL292.5º25.93%42.35%-
HSV(B)292.5º41.18%53.33%-
XYZ16.3712.1824.78-
YUV101.04147.73147.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 80 (31.64% from 255) = 23.19%
BLUE value IS 136 (53.52% from 255) = 39.42%
R=37.39%
G=23.19%
B=39.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129801360.050.4100.47292.525.9342.35
Hex81508852902F1241a2a
Octal2011202105510574443252
Binary10000001101000010001000101101001010111110010010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815088; }

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

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

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

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

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

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

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

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