#835693

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

Shades of Affair #835693

Tints of Affair #835693

Color information

#835693 (or 0x835693) is unknown color: approx Affair. HEX triplet: 83, 56 and 93. RGB value is (131,86,147). Sum of RGB (Red+Green+Blue) = 131+86+147=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #835693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835693 is #7CA96C. Grayscale: #6A6A6A. Windows color (decimal): -8169837 or 9655939. OLE color: 9655939.

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

Color convert

RGB13186147-
CMYK0.110.4100.42
HSL284.26º26.18%45.69%-
HSV(B)284.26º41.5%57.65%-
XYZ17.9513.5929.28-
YUV106.41150.91145.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.99%
GREEN value IS 86 (33.98% from 255) = 23.63%
BLUE value IS 147 (57.81% from 255) = 40.38%
R=35.99%
G=23.63%
B=40.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131861470.110.4100.42284.2626.1845.69
Hex835693B2902A11c1a2e
Octal20312622313510524343256
Binary100000111010110100100111011101001010101010001110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835693; }

 p { color: rgb(131,86,147); }

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

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

 a { background-color: rgb(131,86,147); }

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

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

 span { border-color: rgb(131,86,147); }

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