Html Css Color HEX #856188 Trendy Pink

📋 copy color: '#856188'

red 133 ◦ green 97 ◦ blue 136

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

Shades of Trendy Pink #856188

Tints of Trendy Pink #856188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.5%

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

R = 36.34%
G = 26.5%
B = 37.16%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#856188 (or 0x856188) is known color: Trendy Pink. HEX triplet: 85, 61 and 88. RGB value is (133,97,136). Sum of RGB (Red+Green+Blue) = 133+97+136=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 136 - color contains mainly: blue. Hex color #856188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856188 is #7A9E77. Grayscale: #707070. Windows color (decimal): -8035960 or 8937861. OLE color: 8937861.

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

Color convert

RGB 133 97 136 -
CMYK 0.02 0.29 0 0.47
HSL 295.38º 0.17% 0.46% -
HSV(B) 295.38º 0.29% 0.53% -
XYZ 18.39 15.31 25.28 -
YUV 112.21 141.43 142.83 -
System Red Green Blue C M Y K H S L
Decimal 133 97 136 0.02 0.29 0 0.47 295.38 0.17 0.46
Hex 85 61 88 2 1D 0 2F 127 11 2E
Octal 205 141 210 2 35 0 57 447 21 56
Binary 10000101 1100001 10001000 10 11101 0 101111 100100111 10001 101110

Color Harmonies of #856188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856188

Black with #856188

Text Example


Text Example

White with #856188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856188; }

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

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

background-color css

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

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

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

border-color css

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

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

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