Html Css Color HEX #855E81 Trendy Pink

📋 copy color: '#855E81'

red 133 ◦ green 94 ◦ blue 129

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

Shades of Trendy Pink #855E81

Tints of Trendy Pink #855E81

RGB

 RED value IS 133 (52.34% from 255) = 37.36%

 GREEN value IS 94 (37.11% from 255) = 26.4%

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

R = 37.36%
G = 26.4%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#855E81 (or 0x855E81) is known color: Trendy Pink. HEX triplet: 85, 5E and 81. RGB value is (133,94,129). Sum of RGB (Red+Green+Blue) = 133+94+129=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #855E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855E81 is #7AA17E. Grayscale: #6D6D6D. Windows color (decimal): -8036735 or 8478341. OLE color: 8478341.

HSL color Cylindrical-coordinate representation of color #855E81: hue angle of 306.15º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #855E81 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 94 129 -
CMYK 0 0.29 0.03 0.48
HSL 306.15º 0.17% 0.45% -
HSV(B) 306.15º 0.29% 0.52% -
XYZ 17.64 14.58 22.65 -
YUV 109.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 133 94 129 0 0.29 0.03 0.48 306.15 0.17 0.45
Hex 85 5E 81 0 1D 3 30 132 11 2D
Octal 205 136 201 0 35 3 60 462 21 55
Binary 10000101 1011110 10000001 0 11101 11 110000 100110010 10001 101101

Color Harmonies of #855E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E81

Black with #855E81

Text Example


Text Example

White with #855E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855E81; }

 p { color: rgb(133,94,129); }

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

background-color css

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

 a { background-color: rgb(133,94,129); }

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

border-color css

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

 span { border-color: rgb(133,94,129); }

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