#855F88

Color #855F88 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #855F88

Tints of Trendy Pink #855F88

Color information

#855F88 (or 0x855F88) is unknown color: approx Trendy Pink. HEX triplet: 85, 5F and 88. RGB value is (133,95,136). Sum of RGB (Red+Green+Blue) = 133+95+136=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 136 - color contains mainly: blue. Hex color #855F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855F88 is #7AA077. Grayscale: #6E6E6E. Windows color (decimal): -8036472 or 8937349. OLE color: 8937349.

HSL color Cylindrical-coordinate representation of color #855F88: hue angle of 295.61º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855F88 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13395136-
CMYK0.020.3000.47
HSL295.61º17.75%45.29%-
HSV(B)295.61º30.15%53.33%-
XYZ18.2114.9525.22-
YUV111.04142.09143.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 95 (37.5% from 255) = 26.10%
BLUE value IS 136 (53.52% from 255) = 37.36%
R=36.54%
G=26.10%
B=37.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133951360.020.3000.47295.6117.7545.29
Hex855F8821E02F128122d
Octal2051372102360574502255
Binary100001011011111100010001011110010111110010100010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,95,136); }

 H1.HeaderClassName
 {
   color: #855F88;
 }
 .AnyTagClassName
 {
   color: #855F88;
 }
</style>
background-color css

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

 a { background-color: rgb(133,95,136); }

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

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

 span { border-color: rgb(133,95,136); }

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