Html Css Color HEX #875188 Trendy Pink

📋 copy color: '#875188'

red 135 ◦ green 81 ◦ blue 136

#875188
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #875188

Tints of Trendy Pink #875188

RGB

 RED value IS 135 (53.13% from 255) = 38.35%

 GREEN value IS 81 (32.03% from 255) = 23.01%

 BLUE value IS 136 (53.52% from 255) = 38.64%

R = 38.35%
G = 23.01%
B = 38.64%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#875188 (or 0x875188) is known color: Trendy Pink. HEX triplet: 87, 51 and 88. RGB value is (135,81,136). Sum of RGB (Red+Green+Blue) = 135+81+136=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #875188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875188 is #78AE77. Grayscale: #676767. Windows color (decimal): -7908984 or 8933767. OLE color: 8933767.

HSL color Cylindrical-coordinate representation of color #875188: hue angle of 298.91º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #875188 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 81 136 -
CMYK 0.01 0.40 0 0.47
HSL 298.91º 0.25% 0.43% -
HSV(B) 298.91º 0.4% 0.53% -
XYZ 17.38 12.81 24.85 -
YUV 103.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 135 81 136 0.01 0.40 0 0.47 298.91 0.25 0.43
Hex 87 51 88 1 28 0 2F 12B 19 2B
Octal 207 121 210 1 50 0 57 453 31 53
Binary 10000111 1010001 10001000 1 101000 0 101111 100101011 11001 101011

Color Harmonies of #875188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875188

Black with #875188

Text Example


Text Example

White with #875188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875188; }

 p { color: rgb(135,81,136); }

 H1.HeaderClassName
 {
   color: #875188;
 }
 .AnyTagClassName
 {
   color: #875188;
 }
</style>

background-color css

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

 a { background-color: rgb(135,81,136); }

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

border-color css

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

 span { border-color: rgb(135,81,136); }

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