Html Css Color HEX #875592 Trendy Pink

📋 copy color: '#875592'

red 135 ◦ green 85 ◦ blue 146

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

Shades of Trendy Pink #875592

Tints of Trendy Pink #875592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.22%

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

R = 36.89%
G = 23.22%
B = 39.89%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#875592 (or 0x875592) is known color: Trendy Pink. HEX triplet: 87, 55 and 92. RGB value is (135,85,146). Sum of RGB (Red+Green+Blue) = 135+85+146=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #875592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875592 is #78AA6D. Grayscale: #6A6A6A. Windows color (decimal): -7907950 or 9590151. OLE color: 9590151.

HSL color Cylindrical-coordinate representation of color #875592: hue angle of 289.18º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #875592 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 85 146 -
CMYK 0.08 0.42 0 0.43
HSL 289.18º 0.26% 0.45% -
HSV(B) 289.18º 0.42% 0.57% -
XYZ 18.43 13.72 28.87 -
YUV 106.9 150.07 148.04 -
System Red Green Blue C M Y K H S L
Decimal 135 85 146 0.08 0.42 0 0.43 289.18 0.26 0.45
Hex 87 55 92 8 2A 0 2B 121 1A 2D
Octal 207 125 222 10 52 0 53 441 32 55
Binary 10000111 1010101 10010010 1000 101010 0 101011 100100001 11010 101101

Color Harmonies of #875592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875592

Black with #875592

Text Example


Text Example

White with #875592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875592; }

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

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

background-color css

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

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

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

border-color css

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

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

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