#875490

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

Shades of Trendy Pink #875490

Tints of Trendy Pink #875490

Color information

#875490 (or 0x875490) is unknown color: approx Trendy Pink. HEX triplet: 87, 54 and 90. RGB value is (135,84,144). Sum of RGB (Red+Green+Blue) = 135+84+144=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #875490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875490 is #78AB6F. Grayscale: #696969. Windows color (decimal): -7908208 or 9458823. OLE color: 9458823.

HSL color Cylindrical-coordinate representation of color #875490: hue angle of 291º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #875490 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13584144-
CMYK0.060.4200.44
HSL291º26.32%44.71%-
HSV(B)291º41.67%56.47%-
XYZ18.213.5128.03-
YUV106.09149.4148.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 144 (56.64% from 255) = 39.67%
R=37.19%
G=23.14%
B=39.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135841440.060.4200.4429126.3244.71
Hex87549062A02C1231a2d
Octal2071242206520544433255
Binary10000111101010010010000110101010010110010010001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875490; }

 p { color: rgb(135,84,144); }

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

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

 a { background-color: rgb(135,84,144); }

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

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

 span { border-color: rgb(135,84,144); }

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