Html Css Color HEX #856486 Trendy Pink

📋 copy color: '#856486'

red 133 ◦ green 100 ◦ blue 134

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

Shades of Trendy Pink #856486

Tints of Trendy Pink #856486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.25%

 BLUE value IS 134 (52.73% from 255) = 36.51%

R = 36.24%
G = 27.25%
B = 36.51%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#856486 (or 0x856486) is known color: Trendy Pink. HEX triplet: 85, 64 and 86. RGB value is (133,100,134). Sum of RGB (Red+Green+Blue) = 133+100+134=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 134 - color contains mainly: blue. Hex color #856486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856486 is #7A9B79. Grayscale: #717171. Windows color (decimal): -8035194 or 8807557. OLE color: 8807557.

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

Color convert

RGB 133 100 134 -
CMYK 0.01 0.25 0 0.47
HSL 298.24º 0.15% 0.46% -
HSV(B) 298.24º 0.25% 0.53% -
XYZ 18.53 15.82 24.63 -
YUV 113.74 139.43 141.74 -
System Red Green Blue C M Y K H S L
Decimal 133 100 134 0.01 0.25 0 0.47 298.24 0.15 0.46
Hex 85 64 86 1 19 0 2F 12A F 2E
Octal 205 144 206 1 31 0 57 452 17 56
Binary 10000101 1100100 10000110 1 11001 0 101111 100101010 1111 101110

Color Harmonies of #856486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856486

Black with #856486

Text Example


Text Example

White with #856486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856486; }

 p { color: rgb(133,100,134); }

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

background-color css

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

 a { background-color: rgb(133,100,134); }

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

border-color css

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

 span { border-color: rgb(133,100,134); }

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