#836090

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

Shades of Affair #836090

Tints of Affair #836090

Color information

#836090 (or 0x836090) is unknown color: approx Affair. HEX triplet: 83, 60 and 90. RGB value is (131,96,144). Sum of RGB (Red+Green+Blue) = 131+96+144=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 144 - color contains mainly: blue. Hex color #836090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836090 is #7C9F6F. Grayscale: #6F6F6F. Windows color (decimal): -8167280 or 9461891. OLE color: 9461891.

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

Color convert

RGB13196144-
CMYK0.090.3300.44
HSL283.75º20%47.06%-
HSV(B)283.75º33.33%56.47%-
XYZ18.5815.228.34-
YUV111.94146.1141.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.31%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 144 (56.64% from 255) = 38.81%
R=35.31%
G=25.88%
B=38.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131961440.090.3300.44283.752047.06
Hex83609092102C11c142f
Octal20314022011410544342457
Binary100000111100000100100001001100001010110010001110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836090; }

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

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

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

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

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

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

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

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