Html Css Color HEX #855D84 Trendy Pink

📋 copy color: '#855D84'

red 133 ◦ green 93 ◦ blue 132

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

Shades of Trendy Pink #855D84

Tints of Trendy Pink #855D84

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.98%

 BLUE value IS 132 (51.95% from 255) = 36.87%

R = 37.15%
G = 25.98%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#855D84 (or 0x855D84) is known color: Trendy Pink. HEX triplet: 85, 5D and 84. RGB value is (133,93,132). Sum of RGB (Red+Green+Blue) = 133+93+132=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #855D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855D84 is #7AA27B. Grayscale: #6D6D6D. Windows color (decimal): -8036988 or 8674693. OLE color: 8674693.

HSL color Cylindrical-coordinate representation of color #855D84: hue angle of 301.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855D84 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 93 132 -
CMYK 0 0.30 0.01 0.48
HSL 301.5º 0.18% 0.44% -
HSV(B) 301.5º 0.3% 0.52% -
XYZ 17.75 14.48 23.69 -
YUV 109.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 133 93 132 0 0.30 0.01 0.48 301.5 0.18 0.44
Hex 85 5D 84 0 1E 1 30 12E 12 2C
Octal 205 135 204 0 36 1 60 456 22 54
Binary 10000101 1011101 10000100 0 11110 1 110000 100101110 10010 101100

Color Harmonies of #855D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D84

Black with #855D84

Text Example


Text Example

White with #855D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,93,132); }

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

background-color css

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

 a { background-color: rgb(133,93,132); }

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

border-color css

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

 span { border-color: rgb(133,93,132); }

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