#825087

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

Shades of Trendy Pink #825087

Tints of Trendy Pink #825087

Color information

#825087 (or 0x825087) is unknown color: approx Trendy Pink. HEX triplet: 82, 50 and 87. RGB value is (130,80,135). Sum of RGB (Red+Green+Blue) = 130+80+135=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 135 - color contains mainly: blue. Hex color #825087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825087 is #7DAF78. Grayscale: #656565. Windows color (decimal): -8236921 or 8867970. OLE color: 8867970.

HSL color Cylindrical-coordinate representation of color #825087: hue angle of 294.55º 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 #825087 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13080135-
CMYK0.040.4100.47
HSL294.55º25.58%42.16%-
HSV(B)294.55º40.74%52.94%-
XYZ16.4512.2324.42-
YUV101.22147.06148.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 80 (31.64% from 255) = 23.19%
BLUE value IS 135 (53.12% from 255) = 39.13%
R=37.68%
G=23.19%
B=39.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130801350.040.4100.47294.5525.5842.16
Hex82508742902F1271a2a
Octal2021202074510574473252
Binary10000010101000010000111100101001010111110010011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825087; }

 p { color: rgb(130,80,135); }

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

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

 a { background-color: rgb(130,80,135); }

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

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

 span { border-color: rgb(130,80,135); }

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