Html Css Color HEX #855180 Trendy Pink

📋 copy color: '#855180'

red 133 ◦ green 81 ◦ blue 128

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

Shades of Trendy Pink #855180

Tints of Trendy Pink #855180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.68%

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

R = 38.89%
G = 23.68%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#855180 (or 0x855180) is known color: Trendy Pink. HEX triplet: 85, 51 and 80. RGB value is (133,81,128). Sum of RGB (Red+Green+Blue) = 133+81+128=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #855180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855180 is #7AAE7F. Grayscale: #656565. Windows color (decimal): -8040064 or 8409477. OLE color: 8409477.

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

Color convert

RGB 133 81 128 -
CMYK 0 0.39 0.04 0.48
HSL 305.77º 0.24% 0.42% -
HSV(B) 305.77º 0.39% 0.52% -
XYZ 16.51 12.43 21.95 -
YUV 101.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 133 81 128 0 0.39 0.04 0.48 305.77 0.24 0.42
Hex 85 51 80 0 27 4 30 132 18 2A
Octal 205 121 200 0 47 4 60 462 30 52
Binary 10000101 1010001 10000000 0 100111 100 110000 100110010 11000 101010

Color Harmonies of #855180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855180

Black with #855180

Text Example


Text Example

White with #855180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855180; }

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

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

background-color css

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

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

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

border-color css

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

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

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