#855F8E

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

Shades of Trendy Pink #855F8E

Tints of Trendy Pink #855F8E

Color information

#855F8E (or 0x855F8E) is unknown color: approx Trendy Pink. HEX triplet: 85, 5F and 8E. RGB value is (133,95,142). Sum of RGB (Red+Green+Blue) = 133+95+142=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 142 - color contains mainly: blue. Hex color #855F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855F8E is #7AA071. Grayscale: #6F6F6F. Windows color (decimal): -8036466 or 9330565. OLE color: 9330565.

HSL color Cylindrical-coordinate representation of color #855F8E: hue angle of 288.51º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #855F8E is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13395142-
CMYK0.060.3300.44
HSL288.51º19.83%46.47%-
HSV(B)288.51º33.1%55.69%-
XYZ18.6515.1227.53-
YUV111.72145.09143.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 95 (37.5% from 255) = 25.68%
BLUE value IS 142 (55.86% from 255) = 38.38%
R=35.95%
G=25.68%
B=38.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133951420.060.3300.44288.5119.8346.47
Hex855F8E62102C121142e
Octal2051372166410544412456
Binary10000101101111110001110110100001010110010010000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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