#835599

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

Shades of Affair #835599

Tints of Affair #835599

Color information

#835599 (or 0x835599) is unknown color: approx Affair. HEX triplet: 83, 55 and 99. RGB value is (131,85,153). Sum of RGB (Red+Green+Blue) = 131+85+153=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #835599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835599 is #7CAA66. Grayscale: #6A6A6A. Windows color (decimal): -8170087 or 10048899. OLE color: 10048899.

HSL color Cylindrical-coordinate representation of color #835599: hue angle of 280.59º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #835599 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13185153-
CMYK0.140.4400.4
HSL280.59º28.57%46.67%-
HSV(B)280.59º44.44%60%-
XYZ18.3613.6231.8-
YUV106.51154.24145.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.50%
GREEN value IS 85 (33.59% from 255) = 23.04%
BLUE value IS 153 (60.16% from 255) = 41.46%
R=35.50%
G=23.04%
B=41.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal131851530.140.4400.4280.5928.5746.67
Hex835599E2C0281191d2f
Octal20312523116540504313557
Binary100000111010101100110011110101100010100010001100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835599; }

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

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

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

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

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

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

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

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