#835996

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

Shades of Affair #835996

Tints of Affair #835996

Color information

#835996 (or 0x835996) is unknown color: approx Affair. HEX triplet: 83, 59 and 96. RGB value is (131,89,150). Sum of RGB (Red+Green+Blue) = 131+89+150=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 150 - color contains mainly: blue. Hex color #835996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835996 is #7CA669. Grayscale: #6C6C6C. Windows color (decimal): -8169066 or 9853315. OLE color: 9853315.

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

Color convert

RGB13189150-
CMYK0.130.4100.41
HSL281.31º25.52%46.86%-
HSV(B)281.31º40.67%58.82%-
XYZ18.4414.1730.62-
YUV108.51151.41144.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.41%
GREEN value IS 89 (35.16% from 255) = 24.05%
BLUE value IS 150 (58.98% from 255) = 40.54%
R=35.41%
G=24.05%
B=40.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal131891500.130.4100.41281.3125.5246.86
Hex835996D290291191a2f
Octal20313122615510514313257
Binary100000111011001100101101101101001010100110001100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835996; }

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

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

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

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

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

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

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

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