#836196

Color #836196 Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #836196

Tints of Ce Soir #836196

Color information

#836196 (or 0x836196) is unknown color: approx Ce Soir. HEX triplet: 83, 61 and 96. RGB value is (131,97,150). Sum of RGB (Red+Green+Blue) = 131+97+150=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 150 - color contains mainly: blue. Hex color #836196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836196 is #7C9E69. Grayscale: #717171. Windows color (decimal): -8167018 or 9855363. OLE color: 9855363.

HSL color Cylindrical-coordinate representation of color #836196: hue angle of 278.49º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #836196 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13197150-
CMYK0.130.3500.41
HSL278.49º21.46%48.43%-
HSV(B)278.49º35.33%58.82%-
XYZ19.1415.5830.85-
YUV113.21148.76140.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.66%
GREEN value IS 97 (38.28% from 255) = 25.66%
BLUE value IS 150 (58.98% from 255) = 39.68%
R=34.66%
G=25.66%
B=39.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal131971500.130.3500.41278.4921.4648.43
Hex836196D230291161530
Octal20314122615430514262560
Binary100000111100001100101101101100011010100110001011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836196; }

 p { color: rgb(131,97,150); }

 H1.HeaderClassName
 {
   color: #836196;
 }
 .AnyTagClassName
 {
   color: #836196;
 }
</style>
background-color css

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

 a { background-color: rgb(131,97,150); }

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

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

 span { border-color: rgb(131,97,150); }

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