Html Css Color HEX #855E7F Trendy Pink

📋 copy color: '#855E7F'

red 133 ◦ green 94 ◦ blue 127

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

Shades of Trendy Pink #855E7F

Tints of Trendy Pink #855E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.88%

R = 37.57%
G = 26.55%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#855E7F (or 0x855E7F) is known color: Trendy Pink. HEX triplet: 85, 5E and 7F. RGB value is (133,94,127). Sum of RGB (Red+Green+Blue) = 133+94+127=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #855E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E7F is #7AA180. Grayscale: #6D6D6D. Windows color (decimal): -8036737 or 8347269. OLE color: 8347269.

HSL color Cylindrical-coordinate representation of color #855E7F: hue angle of 309.23º 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 #855E7F is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 94 127 -
CMYK 0 0.29 0.05 0.48
HSL 309.23º 0.17% 0.45% -
HSV(B) 309.23º 0.29% 0.52% -
XYZ 17.51 14.52 21.96 -
YUV 109.42 137.92 144.82 -
System Red Green Blue C M Y K H S L
Decimal 133 94 127 0 0.29 0.05 0.48 309.23 0.17 0.45
Hex 85 5E 7F 0 1D 5 30 135 11 2D
Octal 205 136 177 0 35 5 60 465 21 55
Binary 10000101 1011110 1111111 0 11101 101 110000 100110101 10001 101101

Color Harmonies of #855E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E7F

Black with #855E7F

Text Example


Text Example

White with #855E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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