#875A8A

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

Shades of Trendy Pink #875A8A

Tints of Trendy Pink #875A8A

Color information

#875A8A (or 0x875A8A) is unknown color: approx Trendy Pink. HEX triplet: 87, 5A and 8A. RGB value is (135,90,138). Sum of RGB (Red+Green+Blue) = 135+90+138=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: blue. Hex color #875A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875A8A is #78A575. Grayscale: #6C6C6C. Windows color (decimal): -7906678 or 9067143. OLE color: 9067143.

HSL color Cylindrical-coordinate representation of color #875A8A: hue angle of 296.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #875A8A is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13590138-
CMYK0.020.3500.46
HSL296.25º21.05%44.71%-
HSV(B)296.25º34.78%54.12%-
XYZ18.2414.325.84-
YUV108.93144.41146.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=37.19%
G=24.79%
B=38.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal135901380.020.3500.46296.2521.0544.71
Hex875A8A22302E128152d
Octal2071322122430564502555
Binary1000011110110101000101010100011010111010010100010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875A8A; }

 p { color: rgb(135,90,138); }

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

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

 a { background-color: rgb(135,90,138); }

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

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

 span { border-color: rgb(135,90,138); }

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