Html Css Color HEX #875389 Trendy Pink

📋 copy color: '#875389'

red 135 ◦ green 83 ◦ blue 137

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

Shades of Trendy Pink #875389

Tints of Trendy Pink #875389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.38%

 BLUE value IS 137 (53.91% from 255) = 38.59%

R = 38.03%
G = 23.38%
B = 38.59%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#875389 (or 0x875389) is known color: Trendy Pink. HEX triplet: 87, 53 and 89. RGB value is (135,83,137). Sum of RGB (Red+Green+Blue) = 135+83+137=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 137 - color contains mainly: blue. Hex color #875389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875389 is #78AC76. Grayscale: #686868. Windows color (decimal): -7908471 or 8999815. OLE color: 8999815.

HSL color Cylindrical-coordinate representation of color #875389: hue angle of 297.78º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #875389 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 135 83 137 -
CMYK 0.01 0.39 0 0.46
HSL 297.78º 0.25% 0.43% -
HSV(B) 297.78º 0.39% 0.54% -
XYZ 17.6 13.14 25.28 -
YUV 104.7 146.23 149.61 -
System Red Green Blue C M Y K H S L
Decimal 135 83 137 0.01 0.39 0 0.46 297.78 0.25 0.43
Hex 87 53 89 1 27 0 2E 12A 19 2B
Octal 207 123 211 1 47 0 56 452 31 53
Binary 10000111 1010011 10001001 1 100111 0 101110 100101010 11001 101011

Color Harmonies of #875389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875389

Black with #875389

Text Example


Text Example

White with #875389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875389; }

 p { color: rgb(135,83,137); }

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

background-color css

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

 a { background-color: rgb(135,83,137); }

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

border-color css

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

 span { border-color: rgb(135,83,137); }

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