Html Css Color HEX #875D8E Trendy Pink

📋 copy color: '#875D8E'

red 135 ◦ green 93 ◦ blue 142

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

Shades of Trendy Pink #875D8E

Tints of Trendy Pink #875D8E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.14%

 BLUE value IS 142 (55.86% from 255) = 38.38%

R = 36.49%
G = 25.14%
B = 38.38%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#875D8E (or 0x875D8E) is known color: Trendy Pink. HEX triplet: 87, 5D and 8E. RGB value is (135,93,142). Sum of RGB (Red+Green+Blue) = 135+93+142=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 142 - color contains mainly: blue. Hex color #875D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875D8E is #78A271. Grayscale: #6E6E6E. Windows color (decimal): -7905906 or 9330055. OLE color: 9330055.

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

Color convert

RGB 135 93 142 -
CMYK 0.05 0.35 0 0.44
HSL 291.43º 0.21% 0.46% -
HSV(B) 291.43º 0.35% 0.56% -
XYZ 18.79 14.93 27.48 -
YUV 111.14 145.41 145.02 -
System Red Green Blue C M Y K H S L
Decimal 135 93 142 0.05 0.35 0 0.44 291.43 0.21 0.46
Hex 87 5D 8E 5 23 0 2C 123 15 2E
Octal 207 135 216 5 43 0 54 443 25 56
Binary 10000111 1011101 10001110 101 100011 0 101100 100100011 10101 101110

Color Harmonies of #875D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875D8E

Black with #875D8E

Text Example


Text Example

White with #875D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,93,142); }

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

background-color css

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

 a { background-color: rgb(135,93,142); }

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

border-color css

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

 span { border-color: rgb(135,93,142); }

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