Html Css Color HEX #875C92 Trendy Pink

📋 copy color: '#875C92'

red 135 ◦ green 92 ◦ blue 146

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

Shades of Trendy Pink #875C92

Tints of Trendy Pink #875C92

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.66%

 BLUE value IS 146 (57.42% from 255) = 39.14%

R = 36.19%
G = 24.66%
B = 39.14%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#875C92 (or 0x875C92) is known color: Trendy Pink. HEX triplet: 87, 5C and 92. RGB value is (135,92,146). Sum of RGB (Red+Green+Blue) = 135+92+146=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #875C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875C92 is #78A36D. Grayscale: #6E6E6E. Windows color (decimal): -7906158 or 9591943. OLE color: 9591943.

HSL color Cylindrical-coordinate representation of color #875C92: hue angle of 287.78º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #875C92 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 92 146 -
CMYK 0.08 0.37 0 0.43
HSL 287.78º 0.23% 0.47% -
HSV(B) 287.78º 0.37% 0.57% -
XYZ 19.01 14.88 29.06 -
YUV 111.01 147.75 145.11 -
System Red Green Blue C M Y K H S L
Decimal 135 92 146 0.08 0.37 0 0.43 287.78 0.23 0.47
Hex 87 5C 92 8 25 0 2B 120 17 2F
Octal 207 134 222 10 45 0 53 440 27 57
Binary 10000111 1011100 10010010 1000 100101 0 101011 100100000 10111 101111

Color Harmonies of #875C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C92

Black with #875C92

Text Example


Text Example

White with #875C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,92,146); }

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

background-color css

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

 a { background-color: rgb(135,92,146); }

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

border-color css

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

 span { border-color: rgb(135,92,146); }

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