#835A8E

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

Shades of Affair #835A8E

Tints of Affair #835A8E

Color information

#835A8E (or 0x835A8E) is unknown color: approx Affair. HEX triplet: 83, 5A and 8E. RGB value is (131,90,142). Sum of RGB (Red+Green+Blue) = 131+90+142=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 142 - color contains mainly: blue. Hex color #835A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835A8E is #7CA571. Grayscale: #6C6C6C. Windows color (decimal): -8168818 or 9329283. OLE color: 9329283.

HSL color Cylindrical-coordinate representation of color #835A8E: hue angle of 287.31º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #835A8E is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13190142-
CMYK0.080.3700.44
HSL287.31º22.41%45.49%-
HSV(B)287.31º36.62%55.69%-
XYZ17.914.0927.37-
YUV108.19147.08144.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.09%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 142 (55.86% from 255) = 39.12%
R=36.09%
G=24.79%
B=39.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131901420.080.3700.44287.3122.4145.49
Hex835A8E82502C11f162d
Octal20313221610450544372655
Binary100000111011010100011101000100101010110010001111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835A8E; }

 p { color: rgb(131,90,142); }

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

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

 a { background-color: rgb(131,90,142); }

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

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

 span { border-color: rgb(131,90,142); }

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