#835395

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

Shades of Affair #835395

Tints of Affair #835395

Color information

#835395 (or 0x835395) is unknown color: approx Affair. HEX triplet: 83, 53 and 95. RGB value is (131,83,149). Sum of RGB (Red+Green+Blue) = 131+83+149=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #835395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835395 is #7CAC6A. Grayscale: #686868. Windows color (decimal): -8170603 or 9786243. OLE color: 9786243.

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

Color convert

RGB13183149-
CMYK0.120.4400.42
HSL283.64º28.45%45.49%-
HSV(B)283.64º44.3%58.43%-
XYZ17.8813.1830.04-
YUV104.88152.9146.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.09%
GREEN value IS 83 (32.81% from 255) = 22.87%
BLUE value IS 149 (58.59% from 255) = 41.05%
R=36.09%
G=22.87%
B=41.05%

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
Decimal131831490.120.4400.42283.6428.4545.49
Hex835395C2C02A11c1c2d
Octal20312322514540524343455
Binary100000111010011100101011100101100010101010001110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835395; }

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

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

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

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

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

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

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

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