Html Css Color HEX #856E7D Monsoon

📋 copy color: '#856E7D'

red 133 ◦ green 110 ◦ blue 125

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

Shades of Monsoon #856E7D

Tints of Monsoon #856E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.97%

R = 36.14%
G = 29.89%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#856E7D (or 0x856E7D) is known color: Monsoon. HEX triplet: 85, 6E and 7D. RGB value is (133,110,125). Sum of RGB (Red+Green+Blue) = 133+110+125=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #856E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E7D is #7A9182. Grayscale: #767676. Windows color (decimal): -8032643 or 8220293. OLE color: 8220293.

HSL color Cylindrical-coordinate representation of color #856E7D: hue angle of 320.87º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #856E7D is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 110 125 -
CMYK 0 0.17 0.06 0.48
HSL 320.87º 0.09% 0.48% -
HSV(B) 320.87º 0.17% 0.52% -
XYZ 18.95 17.62 21.8 -
YUV 118.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 133 110 125 0 0.17 0.06 0.48 320.87 0.09 0.48
Hex 85 6E 7D 0 11 6 30 141 9 30
Octal 205 156 175 0 21 6 60 501 11 60
Binary 10000101 1101110 1111101 0 10001 110 110000 101000001 1001 110000

Color Harmonies of #856E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E7D

Black with #856E7D

Text Example


Text Example

White with #856E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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