#835495

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

Shades of Affair #835495

Tints of Affair #835495

Color information

#835495 (or 0x835495) is unknown color: approx Affair. HEX triplet: 83, 54 and 95. RGB value is (131,84,149). Sum of RGB (Red+Green+Blue) = 131+84+149=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #835495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835495 is #7CAB6A. Grayscale: #696969. Windows color (decimal): -8170347 or 9786499. OLE color: 9786499.

HSL color Cylindrical-coordinate representation of color #835495: hue angle of 283.38º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #835495 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13184149-
CMYK0.120.4400.42
HSL283.38º27.9%45.69%-
HSV(B)283.38º43.62%58.43%-
XYZ17.9613.3430.06-
YUV105.46152.57146.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.99%
GREEN value IS 84 (33.20% from 255) = 23.08%
BLUE value IS 149 (58.59% from 255) = 40.93%
R=35.99%
G=23.08%
B=40.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131841490.120.4400.42283.3827.945.69
Hex835495C2C02A11b1c2e
Octal20312422514540524333456
Binary100000111010100100101011100101100010101010001101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835495; }

 p { color: rgb(131,84,149); }

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

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

 a { background-color: rgb(131,84,149); }

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

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

 span { border-color: rgb(131,84,149); }

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