#835890

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

Shades of Affair #835890

Tints of Affair #835890

Color information

#835890 (or 0x835890) is unknown color: approx Affair. HEX triplet: 83, 58 and 90. RGB value is (131,88,144). Sum of RGB (Red+Green+Blue) = 131+88+144=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #835890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835890 is #7CA76F. Grayscale: #6B6B6B. Windows color (decimal): -8169328 or 9459843. OLE color: 9459843.

HSL color Cylindrical-coordinate representation of color #835890: hue angle of 286.07º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #835890 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13188144-
CMYK0.090.3900.44
HSL286.07º24.14%45.49%-
HSV(B)286.07º38.89%56.47%-
XYZ17.8813.8228.11-
YUV107.24148.75144.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.09%
GREEN value IS 88 (34.77% from 255) = 24.24%
BLUE value IS 144 (56.64% from 255) = 39.67%
R=36.09%
G=24.24%
B=39.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131881440.090.3900.44286.0724.1445.49
Hex83589092702C11e182d
Octal20313022011470544363055
Binary100000111011000100100001001100111010110010001111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835890; }

 p { color: rgb(131,88,144); }

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

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

 a { background-color: rgb(131,88,144); }

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

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

 span { border-color: rgb(131,88,144); }

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