#835595

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

Shades of Affair #835595

Tints of Affair #835595

Color information

#835595 (or 0x835595) is unknown color: approx Affair. HEX triplet: 83, 55 and 95. RGB value is (131,85,149). Sum of RGB (Red+Green+Blue) = 131+85+149=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #835595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835595 is #7CAA6A. Grayscale: #696969. Windows color (decimal): -8170091 or 9786755. OLE color: 9786755.

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

Color convert

RGB13185149-
CMYK0.120.4300.42
HSL283.12º27.35%45.88%-
HSV(B)283.12º42.95%58.43%-
XYZ18.0313.4930.09-
YUV106.05152.24145.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.89%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 149 (58.59% from 255) = 40.82%
R=35.89%
G=23.29%
B=40.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131851490.120.4300.42283.1227.3545.88
Hex835595C2B02A11b1b2e
Octal20312522514530524333356
Binary100000111010101100101011100101011010101010001101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835595; }

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

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

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

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

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

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

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

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