Html Css Color HEX #875892 Trendy Pink

📋 copy color: '#875892'

red 135 ◦ green 88 ◦ blue 146

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

Shades of Trendy Pink #875892

Tints of Trendy Pink #875892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.85%

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

R = 36.59%
G = 23.85%
B = 39.57%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#875892 (or 0x875892) is known color: Trendy Pink. HEX triplet: 87, 58 and 92. RGB value is (135,88,146). Sum of RGB (Red+Green+Blue) = 135+88+146=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 146 - color contains mainly: blue. Hex color #875892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875892 is #78A76D. Grayscale: #6C6C6C. Windows color (decimal): -7907182 or 9590919. OLE color: 9590919.

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

Color convert

RGB 135 88 146 -
CMYK 0.08 0.40 0 0.43
HSL 288.62º 0.25% 0.46% -
HSV(B) 288.62º 0.4% 0.57% -
XYZ 18.67 14.21 28.95 -
YUV 108.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 135 88 146 0.08 0.40 0 0.43 288.62 0.25 0.46
Hex 87 58 92 8 28 0 2B 121 19 2E
Octal 207 130 222 10 50 0 53 441 31 56
Binary 10000111 1011000 10010010 1000 101000 0 101011 100100001 11001 101110

Color Harmonies of #875892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875892

Black with #875892

Text Example


Text Example

White with #875892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875892; }

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

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

background-color css

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

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

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

border-color css

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

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

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