Html Css Color HEX #856E7F Monsoon

📋 copy color: '#856E7F'

red 133 ◦ green 110 ◦ blue 127

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

Shades of Monsoon #856E7F

Tints of Monsoon #856E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.32%

R = 35.95%
G = 29.73%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#856E7F (or 0x856E7F) is known color: Monsoon. HEX triplet: 85, 6E and 7F. RGB value is (133,110,127). Sum of RGB (Red+Green+Blue) = 133+110+127=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #856E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E7F is #7A9180. Grayscale: #767676. Windows color (decimal): -8032641 or 8351365. OLE color: 8351365.

HSL color Cylindrical-coordinate representation of color #856E7F: hue angle of 315.65º 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 #856E7F is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 110 127 -
CMYK 0 0.17 0.05 0.48
HSL 315.65º 0.09% 0.48% -
HSV(B) 315.65º 0.17% 0.52% -
XYZ 19.08 17.67 22.48 -
YUV 118.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 133 110 127 0 0.17 0.05 0.48 315.65 0.09 0.48
Hex 85 6E 7F 0 11 5 30 13C 9 30
Octal 205 156 177 0 21 5 60 474 11 60
Binary 10000101 1101110 1111111 0 10001 101 110000 100111100 1001 110000

Color Harmonies of #856E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E7F

Black with #856E7F

Text Example


Text Example

White with #856E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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