#855C7E

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

Shades of Trendy Pink #855C7E

Tints of Trendy Pink #855C7E

Color information

#855C7E (or 0x855C7E) is unknown color: approx Trendy Pink. HEX triplet: 85, 5C and 7E. RGB value is (133,92,126). Sum of RGB (Red+Green+Blue) = 133+92+126=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #855C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C7E is #7AA381. Grayscale: #6C6C6C. Windows color (decimal): -8037250 or 8281221. OLE color: 8281221.

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

Color convert

RGB13392126-
CMYK00.310.050.48
HSL310.24º18.22%44.12%-
HSV(B)310.24º30.83%52.16%-
XYZ17.2714.1521.56-
YUV108.14138.08145.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.89%
GREEN value IS 92 (36.33% from 255) = 26.21%
BLUE value IS 126 (49.61% from 255) = 35.90%
R=37.89%
G=26.21%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339212600.310.050.48310.2418.2244.12
Hex855C7E01F530136122c
Octal2051341760375604662254
Binary100001011011100111111001111110111000010011011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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