#836195

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

Shades of Affair #836195

Tints of Affair #836195

Color information

#836195 (or 0x836195) is unknown color: approx Affair. HEX triplet: 83, 61 and 95. RGB value is (131,97,149). Sum of RGB (Red+Green+Blue) = 131+97+149=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 149 - color contains mainly: blue. Hex color #836195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836195 is #7C9E6A. Grayscale: #707070. Windows color (decimal): -8167019 or 9789827. OLE color: 9789827.

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

Color convert

RGB13197149-
CMYK0.120.3500.42
HSL279.23º21.14%48.24%-
HSV(B)279.23º34.9%58.43%-
XYZ19.0615.5430.43-
YUV113.09148.26140.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.75%
GREEN value IS 97 (38.28% from 255) = 25.73%
BLUE value IS 149 (58.59% from 255) = 39.52%
R=34.75%
G=25.73%
B=39.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131971490.120.3500.42279.2321.1448.24
Hex836195C2302A1171530
Octal20314122514430524272560
Binary100000111100001100101011100100011010101010001011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836195; }

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

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

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

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

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

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

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

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