#835195

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

Shades of Affair #835195

Tints of Affair #835195

Color information

#835195 (or 0x835195) is unknown color: approx Affair. HEX triplet: 83, 51 and 95. RGB value is (131,81,149). Sum of RGB (Red+Green+Blue) = 131+81+149=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #835195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835195 is #7CAE6A. Grayscale: #676767. Windows color (decimal): -8171115 or 9785731. OLE color: 9785731.

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

Color convert

RGB13181149-
CMYK0.120.4600.42
HSL284.12º29.57%45.1%-
HSV(B)284.12º45.64%58.43%-
XYZ17.7312.8829.99-
YUV103.7153.56147.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.29%
GREEN value IS 81 (32.03% from 255) = 22.44%
BLUE value IS 149 (58.59% from 255) = 41.27%
R=36.29%
G=22.44%
B=41.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131811490.120.4600.42284.1229.5745.1
Hex835195C2E02A11c1e2d
Octal20312122514560524343655
Binary100000111010001100101011100101110010101010001110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835195; }

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

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

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

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

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

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

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

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