Html Css Color HEX #855D81 Trendy Pink

📋 copy color: '#855D81'

red 133 ◦ green 93 ◦ blue 129

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

Shades of Trendy Pink #855D81

Tints of Trendy Pink #855D81

RGB

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

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

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

R = 37.46%
G = 26.2%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#855D81 (or 0x855D81) is known color: Trendy Pink. HEX triplet: 85, 5D and 81. RGB value is (133,93,129). Sum of RGB (Red+Green+Blue) = 133+93+129=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #855D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855D81 is #7AA27E. Grayscale: #6C6C6C. Windows color (decimal): -8036991 or 8478085. OLE color: 8478085.

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

Color convert

RGB 133 93 129 -
CMYK 0 0.30 0.03 0.48
HSL 306º 0.18% 0.44% -
HSV(B) 306º 0.3% 0.52% -
XYZ 17.55 14.4 22.62 -
YUV 109.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 133 93 129 0 0.30 0.03 0.48 306 0.18 0.44
Hex 85 5D 81 0 1E 3 30 132 12 2C
Octal 205 135 201 0 36 3 60 462 22 54
Binary 10000101 1011101 10000001 0 11110 11 110000 100110010 10010 101100

Color Harmonies of #855D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D81

Black with #855D81

Text Example


Text Example

White with #855D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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