#836095

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

Shades of Affair #836095

Tints of Affair #836095

Color information

#836095 (or 0x836095) is unknown color: approx Affair. HEX triplet: 83, 60 and 95. RGB value is (131,96,149). Sum of RGB (Red+Green+Blue) = 131+96+149=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #836095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836095 is #7C9F6A. Grayscale: #707070. Windows color (decimal): -8167275 or 9789571. OLE color: 9789571.

HSL color Cylindrical-coordinate representation of color #836095: hue angle of 279.62º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #836095 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13196149-
CMYK0.120.3600.42
HSL279.62º21.63%48.04%-
HSV(B)279.62º35.57%58.43%-
XYZ18.9715.3630.4-
YUV112.51148.6141.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.84%
GREEN value IS 96 (37.89% from 255) = 25.53%
BLUE value IS 149 (58.59% from 255) = 39.63%
R=34.84%
G=25.53%
B=39.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131961490.120.3600.42279.6221.6348.04
Hex836095C2402A1181630
Octal20314022514440524302660
Binary100000111100000100101011100100100010101010001100010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836095; }

 p { color: rgb(131,96,149); }

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

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

 a { background-color: rgb(131,96,149); }

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

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

 span { border-color: rgb(131,96,149); }

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