Html Css Color HEX #856E8A Trendy Pink

📋 copy color: '#856E8A'

red 133 ◦ green 110 ◦ blue 138

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

Shades of Trendy Pink #856E8A

Tints of Trendy Pink #856E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.87%

 BLUE value IS 138 (54.3% from 255) = 36.22%

R = 34.91%
G = 28.87%
B = 36.22%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#856E8A (or 0x856E8A) is known color: Trendy Pink. HEX triplet: 85, 6E and 8A. RGB value is (133,110,138). Sum of RGB (Red+Green+Blue) = 133+110+138=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 138 - color contains mainly: blue. Hex color #856E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856E8A is #7A9175. Grayscale: #777777. Windows color (decimal): -8032630 or 9072261. OLE color: 9072261.

HSL color Cylindrical-coordinate representation of color #856E8A: hue angle of 289.29º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #856E8A is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 110 138 -
CMYK 0.04 0.20 0 0.46
HSL 289.29º 0.11% 0.49% -
HSV(B) 289.29º 0.2% 0.54% -
XYZ 19.84 17.97 26.47 -
YUV 120.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 133 110 138 0.04 0.20 0 0.46 289.29 0.11 0.49
Hex 85 6E 8A 4 14 0 2E 121 B 31
Octal 205 156 212 4 24 0 56 441 13 61
Binary 10000101 1101110 10001010 100 10100 0 101110 100100001 1011 110001

Color Harmonies of #856E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E8A

Black with #856E8A

Text Example


Text Example

White with #856E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856E8A; }

 p { color: rgb(133,110,138); }

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

background-color css

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

 a { background-color: rgb(133,110,138); }

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

border-color css

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

 span { border-color: rgb(133,110,138); }

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