Html Css Color HEX #837580 Monsoon

📋 copy color: '#837580'

red 131 ◦ green 117 ◦ blue 128

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

Shades of Monsoon #837580

Tints of Monsoon #837580

RGB

 RED value IS 131 (51.56% from 255) = 34.84%

 GREEN value IS 117 (46.09% from 255) = 31.12%

 BLUE value IS 128 (50.39% from 255) = 34.04%

R = 34.84%
G = 31.12%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#837580 (or 0x837580) is known color: Monsoon. HEX triplet: 83, 75 and 80. RGB value is (131,117,128). Sum of RGB (Red+Green+Blue) = 131+117+128=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 131 - color contains mainly: red. Hex color #837580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837580 is #7C8A7F. Grayscale: #7A7A7A. Windows color (decimal): -8161920 or 8418691. OLE color: 8418691.

HSL color Cylindrical-coordinate representation of color #837580: hue angle of 312.86º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #837580 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 117 128 -
CMYK 0 0.11 0.02 0.49
HSL 312.86º 0.06% 0.49% -
HSV(B) 312.86º 0.11% 0.51% -
XYZ 19.62 19.11 23.08 -
YUV 122.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 131 117 128 0 0.11 0.02 0.49 312.86 0.06 0.49
Hex 83 75 80 0 B 2 31 139 6 31
Octal 203 165 200 0 13 2 61 471 6 61
Binary 10000011 1110101 10000000 0 1011 10 110001 100111001 110 110001

Color Harmonies of #837580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837580

Black with #837580

Text Example


Text Example

White with #837580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837580; }

 p { color: rgb(131,117,128); }

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

background-color css

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

 a { background-color: rgb(131,117,128); }

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

border-color css

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

 span { border-color: rgb(131,117,128); }

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