Html Css Color HEX #855980 Trendy Pink

📋 copy color: '#855980'

red 133 ◦ green 89 ◦ blue 128

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

Shades of Trendy Pink #855980

Tints of Trendy Pink #855980

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.43%

 BLUE value IS 128 (50.39% from 255) = 36.57%

R = 38%
G = 25.43%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#855980 (or 0x855980) is known color: Trendy Pink. HEX triplet: 85, 59 and 80. RGB value is (133,89,128). Sum of RGB (Red+Green+Blue) = 133+89+128=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #855980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855980 is #7AA67F. Grayscale: #6A6A6A. Windows color (decimal): -8038016 or 8411525. OLE color: 8411525.

HSL color Cylindrical-coordinate representation of color #855980: hue angle of 306.82º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #855980 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 89 128 -
CMYK 0 0.33 0.04 0.48
HSL 306.82º 0.2% 0.44% -
HSV(B) 306.82º 0.33% 0.52% -
XYZ 17.14 13.69 22.16 -
YUV 106.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 133 89 128 0 0.33 0.04 0.48 306.82 0.2 0.44
Hex 85 59 80 0 21 4 30 133 14 2C
Octal 205 131 200 0 41 4 60 463 24 54
Binary 10000101 1011001 10000000 0 100001 100 110000 100110011 10100 101100

Color Harmonies of #855980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855980

Black with #855980

Text Example


Text Example

White with #855980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855980; }

 p { color: rgb(133,89,128); }

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

background-color css

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

 a { background-color: rgb(133,89,128); }

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

border-color css

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

 span { border-color: rgb(133,89,128); }

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