Html Css Color HEX #876090 Trendy Pink

📋 copy color: '#876090'

red 135 ◦ green 96 ◦ blue 144

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

Shades of Trendy Pink #876090

Tints of Trendy Pink #876090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.6%

 BLUE value IS 144 (56.64% from 255) = 38.4%

R = 36%
G = 25.6%
B = 38.4%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#876090 (or 0x876090) is known color: Trendy Pink. HEX triplet: 87, 60 and 90. RGB value is (135,96,144). Sum of RGB (Red+Green+Blue) = 135+96+144=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #876090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876090 is #789F6F. Grayscale: #707070. Windows color (decimal): -7905136 or 9461895. OLE color: 9461895.

HSL color Cylindrical-coordinate representation of color #876090: hue angle of 288.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #876090 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 96 144 -
CMYK 0.06 0.33 0 0.44
HSL 288.75º 0.2% 0.47% -
HSV(B) 288.75º 0.33% 0.56% -
XYZ 19.21 15.53 28.37 -
YUV 113.13 145.42 143.6 -
System Red Green Blue C M Y K H S L
Decimal 135 96 144 0.06 0.33 0 0.44 288.75 0.2 0.47
Hex 87 60 90 6 21 0 2C 121 14 2F
Octal 207 140 220 6 41 0 54 441 24 57
Binary 10000111 1100000 10010000 110 100001 0 101100 100100001 10100 101111

Color Harmonies of #876090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876090

Black with #876090

Text Example


Text Example

White with #876090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876090; }

 p { color: rgb(135,96,144); }

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

background-color css

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

 a { background-color: rgb(135,96,144); }

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

border-color css

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

 span { border-color: rgb(135,96,144); }

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