#855C7D

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

Shades of Trendy Pink #855C7D

Tints of Trendy Pink #855C7D

Color information

#855C7D (or 0x855C7D) is unknown color: approx Trendy Pink. HEX triplet: 85, 5C and 7D. RGB value is (133,92,125). Sum of RGB (Red+Green+Blue) = 133+92+125=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #855C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C7D is #7AA382. Grayscale: #6B6B6B. Windows color (decimal): -8037251 or 8215685. OLE color: 8215685.

HSL color Cylindrical-coordinate representation of color #855C7D: hue angle of 311.71º 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 #855C7D is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13392125-
CMYK00.310.060.48
HSL311.71º18.22%44.12%-
HSV(B)311.71º30.83%52.16%-
XYZ17.214.1221.22-
YUV108.02137.58145.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 92 (36.33% from 255) = 26.29%
BLUE value IS 125 (49.22% from 255) = 35.71%
R=38%
G=26.29%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339212500.310.060.48311.7118.2244.12
Hex855C7D01F630138122c
Octal2051341750376604702254
Binary100001011011100111110101111111011000010011100010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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