#835090

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

Shades of Affair #835090

Tints of Affair #835090

Color information

#835090 (or 0x835090) is unknown color: approx Affair. HEX triplet: 83, 50 and 90. RGB value is (131,80,144). Sum of RGB (Red+Green+Blue) = 131+80+144=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #835090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835090 is #7CAF6F. Grayscale: #666666. Windows color (decimal): -8171376 or 9457795. OLE color: 9457795.

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

Color convert

RGB13180144-
CMYK0.090.4400.44
HSL287.81º28.57%43.92%-
HSV(B)287.81º44.44%56.47%-
XYZ17.2612.5827.9-
YUV102.54151.4148.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.90%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 144 (56.64% from 255) = 40.56%
R=36.90%
G=22.54%
B=40.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131801440.090.4400.44287.8128.5743.92
Hex83509092C02C1201d2c
Octal20312022011540544403554
Binary100000111010000100100001001101100010110010010000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835090; }

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

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

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

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

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

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

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

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