Html Css Color HEX #855C81 Trendy Pink

📋 copy color: '#855C81'

red 133 ◦ green 92 ◦ blue 129

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

Shades of Trendy Pink #855C81

Tints of Trendy Pink #855C81

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.99%

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

R = 37.57%
G = 25.99%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#855C81 (or 0x855C81) is known color: Trendy Pink. HEX triplet: 85, 5C and 81. RGB value is (133,92,129). Sum of RGB (Red+Green+Blue) = 133+92+129=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #855C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855C81 is #7AA37E. Grayscale: #6C6C6C. Windows color (decimal): -8037247 or 8477829. OLE color: 8477829.

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

Color convert

RGB 133 92 129 -
CMYK 0 0.31 0.03 0.48
HSL 305.85º 0.18% 0.44% -
HSV(B) 305.85º 0.31% 0.52% -
XYZ 17.46 14.23 22.59 -
YUV 108.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 133 92 129 0 0.31 0.03 0.48 305.85 0.18 0.44
Hex 85 5C 81 0 1F 3 30 132 12 2C
Octal 205 134 201 0 37 3 60 462 22 54
Binary 10000101 1011100 10000001 0 11111 11 110000 100110010 10010 101100

Color Harmonies of #855C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C81

Black with #855C81

Text Example


Text Example

White with #855C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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