#835493

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

Shades of Affair #835493

Tints of Affair #835493

Color information

#835493 (or 0x835493) is unknown color: approx Affair. HEX triplet: 83, 54 and 93. RGB value is (131,84,147). Sum of RGB (Red+Green+Blue) = 131+84+147=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 147 - color contains mainly: blue. Hex color #835493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835493 is #7CAB6C. Grayscale: #696969. Windows color (decimal): -8170349 or 9655427. OLE color: 9655427.

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

Color convert

RGB13184147-
CMYK0.110.4300.42
HSL284.76º27.27%45.29%-
HSV(B)284.76º42.86%57.65%-
XYZ17.813.2729.23-
YUV105.24151.57146.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.19%
GREEN value IS 84 (33.20% from 255) = 23.20%
BLUE value IS 147 (57.81% from 255) = 40.61%
R=36.19%
G=23.20%
B=40.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131841470.110.4300.42284.7627.2745.29
Hex835493B2B02A11d1b2d
Octal20312422313530524353355
Binary100000111010100100100111011101011010101010001110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835493; }

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

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

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

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

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

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

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

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