Html Css Color HEX #855988 Trendy Pink

📋 copy color: '#855988'

red 133 ◦ green 89 ◦ blue 136

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

Shades of Trendy Pink #855988

Tints of Trendy Pink #855988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.86%

 BLUE value IS 136 (53.52% from 255) = 37.99%

R = 37.15%
G = 24.86%
B = 37.99%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#855988 (or 0x855988) is known color: Trendy Pink. HEX triplet: 85, 59 and 88. RGB value is (133,89,136). Sum of RGB (Red+Green+Blue) = 133+89+136=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 136 - color contains mainly: blue. Hex color #855988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855988 is #7AA677. Grayscale: #6B6B6B. Windows color (decimal): -8038008 or 8935813. OLE color: 8935813.

HSL color Cylindrical-coordinate representation of color #855988: hue angle of 296.17º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855988 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 89 136 -
CMYK 0.02 0.35 0 0.47
HSL 296.17º 0.21% 0.44% -
HSV(B) 296.17º 0.35% 0.53% -
XYZ 17.69 13.91 25.04 -
YUV 107.51 144.08 146.18 -
System Red Green Blue C M Y K H S L
Decimal 133 89 136 0.02 0.35 0 0.47 296.17 0.21 0.44
Hex 85 59 88 2 23 0 2F 128 15 2C
Octal 205 131 210 2 43 0 57 450 25 54
Binary 10000101 1011001 10001000 10 100011 0 101111 100101000 10101 101100

Color Harmonies of #855988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855988

Black with #855988

Text Example


Text Example

White with #855988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855988; }

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

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

background-color css

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

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

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

border-color css

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

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

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