Html Css Color HEX #876381 Trendy Pink

📋 copy color: '#876381'

red 135 ◦ green 99 ◦ blue 129

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

Shades of Trendy Pink #876381

Tints of Trendy Pink #876381

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.27%

 BLUE value IS 129 (50.78% from 255) = 35.54%

R = 37.19%
G = 27.27%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#876381 (or 0x876381) is known color: Trendy Pink. HEX triplet: 87, 63 and 81. RGB value is (135,99,129). Sum of RGB (Red+Green+Blue) = 135+99+129=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #876381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876381 is #789C7E. Grayscale: #717171. Windows color (decimal): -7904383 or 8479623. OLE color: 8479623.

HSL color Cylindrical-coordinate representation of color #876381: hue angle of 310º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #876381 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 99 129 -
CMYK 0 0.27 0.04 0.47
HSL 310º 0.15% 0.46% -
HSV(B) 310º 0.27% 0.53% -
XYZ 18.42 15.66 22.82 -
YUV 113.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 135 99 129 0 0.27 0.04 0.47 310 0.15 0.46
Hex 87 63 81 0 1B 4 2F 136 F 2E
Octal 207 143 201 0 33 4 57 466 17 56
Binary 10000111 1100011 10000001 0 11011 100 101111 100110110 1111 101110

Color Harmonies of #876381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876381

Black with #876381

Text Example


Text Example

White with #876381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876381; }

 p { color: rgb(135,99,129); }

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

background-color css

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

 a { background-color: rgb(135,99,129); }

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

border-color css

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

 span { border-color: rgb(135,99,129); }

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