#835698

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

Shades of Affair #835698

Tints of Affair #835698

Color information

#835698 (or 0x835698) is unknown color: approx Affair. HEX triplet: 83, 56 and 98. RGB value is (131,86,152). Sum of RGB (Red+Green+Blue) = 131+86+152=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #835698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835698 is #7CA967. Grayscale: #6A6A6A. Windows color (decimal): -8169832 or 9983619. OLE color: 9983619.

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

Color convert

RGB13186152-
CMYK0.140.4300.40
HSL280.91º27.73%46.67%-
HSV(B)280.91º43.42%59.61%-
XYZ18.3613.7531.39-
YUV106.98153.41145.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.50%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 152 (59.77% from 255) = 41.19%
R=35.50%
G=23.31%
B=41.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131861520.140.4300.40280.9127.7346.67
Hex835698E2B0281191c2f
Octal20312623016530504313457
Binary100000111010110100110001110101011010100010001100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835698; }

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

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

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

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

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

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

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

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