Html Css Color HEX #855A7C Trendy Pink

📋 copy color: '#855A7C'

red 133 ◦ green 90 ◦ blue 124

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

Shades of Trendy Pink #855A7C

Tints of Trendy Pink #855A7C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.94%

 BLUE value IS 124 (48.83% from 255) = 35.73%

R = 38.33%
G = 25.94%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#855A7C (or 0x855A7C) is known color: Trendy Pink. HEX triplet: 85, 5A and 7C. RGB value is (133,90,124). Sum of RGB (Red+Green+Blue) = 133+90+124=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #855A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A7C is #7AA583. Grayscale: #6A6A6A. Windows color (decimal): -8037764 or 8149637. OLE color: 8149637.

HSL color Cylindrical-coordinate representation of color #855A7C: hue angle of 312.56º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #855A7C is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 90 124 -
CMYK 0 0.32 0.07 0.48
HSL 312.56º 0.19% 0.44% -
HSV(B) 312.56º 0.32% 0.52% -
XYZ 16.97 13.75 20.83 -
YUV 106.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 133 90 124 0 0.32 0.07 0.48 312.56 0.19 0.44
Hex 85 5A 7C 0 20 7 30 139 13 2C
Octal 205 132 174 0 40 7 60 471 23 54
Binary 10000101 1011010 1111100 0 100000 111 110000 100111001 10011 101100

Color Harmonies of #855A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A7C

Black with #855A7C

Text Example


Text Example

White with #855A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,90,124); }

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

background-color css

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

 a { background-color: rgb(133,90,124); }

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

border-color css

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

 span { border-color: rgb(133,90,124); }

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