#815083

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

Shades of Trendy Pink #815083

Tints of Trendy Pink #815083

Color information

#815083 (or 0x815083) is unknown color: approx Trendy Pink. HEX triplet: 81, 50 and 83. RGB value is (129,80,131). Sum of RGB (Red+Green+Blue) = 129+80+131=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 131 - color contains mainly: blue. Hex color #815083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815083 is #7EAF7C. Grayscale: #646464. Windows color (decimal): -8302461 or 8605825. OLE color: 8605825.

HSL color Cylindrical-coordinate representation of color #815083: hue angle of 297.65º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #815083 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12980131-
CMYK0.020.3900.49
HSL297.65º24.17%41.37%-
HSV(B)297.65º38.93%51.37%-
XYZ16.0212.0422.95-
YUV100.46145.23148.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.94%
GREEN value IS 80 (31.64% from 255) = 23.53%
BLUE value IS 131 (51.56% from 255) = 38.53%
R=37.94%
G=23.53%
B=38.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129801310.020.3900.49297.6524.1741.37
Hex81508322703112a1829
Octal2011202032470614523051
Binary1000000110100001000001110100111011000110010101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815083; }

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

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

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

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

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

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

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

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