Html Css Color HEX #836278 Monsoon

📋 copy color: '#836278'

red 131 ◦ green 98 ◦ blue 120

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

Shades of Monsoon #836278

Tints of Monsoon #836278

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.08%

 BLUE value IS 120 (47.27% from 255) = 34.38%

R = 37.54%
G = 28.08%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#836278 (or 0x836278) is known color: Monsoon. HEX triplet: 83, 62 and 78. RGB value is (131,98,120). Sum of RGB (Red+Green+Blue) = 131+98+120=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 131 - color contains mainly: red. Hex color #836278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836278 is #7C9D87. Grayscale: #6E6E6E. Windows color (decimal): -8166792 or 7889539. OLE color: 7889539.

HSL color Cylindrical-coordinate representation of color #836278: hue angle of 320º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #836278 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 98 120 -
CMYK 0 0.25 0.08 0.49
HSL 320º 0.14% 0.45% -
HSV(B) 320º 0.25% 0.51% -
XYZ 17.12 14.92 19.75 -
YUV 110.38 133.43 142.71 -
System Red Green Blue C M Y K H S L
Decimal 131 98 120 0 0.25 0.08 0.49 320 0.14 0.45
Hex 83 62 78 0 19 8 31 140 E 2D
Octal 203 142 170 0 31 10 61 500 16 55
Binary 10000011 1100010 1111000 0 11001 1000 110001 101000000 1110 101101

Color Harmonies of #836278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836278

Black with #836278

Text Example


Text Example

White with #836278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836278; }

 p { color: rgb(131,98,120); }

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

background-color css

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

 a { background-color: rgb(131,98,120); }

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

border-color css

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

 span { border-color: rgb(131,98,120); }

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