#836290

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

Shades of Affair #836290

Tints of Affair #836290

Color information

#836290 (or 0x836290) is unknown color: approx Affair. HEX triplet: 83, 62 and 90. RGB value is (131,98,144). Sum of RGB (Red+Green+Blue) = 131+98+144=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #836290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836290 is #7C9D6F. Grayscale: #707070. Windows color (decimal): -8166768 or 9462403. OLE color: 9462403.

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

Color convert

RGB13198144-
CMYK0.090.3200.44
HSL283.04º19.01%47.45%-
HSV(B)283.04º31.94%56.47%-
XYZ18.7615.5728.4-
YUV113.11145.43140.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 98 (38.67% from 255) = 26.27%
BLUE value IS 144 (56.64% from 255) = 38.61%
R=35.12%
G=26.27%
B=38.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131981440.090.3200.44283.0419.0147.45
Hex83629092002C11b132f
Octal20314222011400544332357
Binary100000111100010100100001001100000010110010001101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836290; }

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

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

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

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

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

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

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

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