#835D97

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

Shades of Affair #835D97

Tints of Affair #835D97

Color information

#835D97 (or 0x835D97) is unknown color: approx Affair. HEX triplet: 83, 5D and 97. RGB value is (131,93,151). Sum of RGB (Red+Green+Blue) = 131+93+151=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 151 - color contains mainly: blue. Hex color #835D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835D97 is #7CA268. Grayscale: #6E6E6E. Windows color (decimal): -8168041 or 9919875. OLE color: 9919875.

HSL color Cylindrical-coordinate representation of color #835D97: hue angle of 279.31º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #835D97 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13193151-
CMYK0.130.3800.41
HSL279.31º23.77%47.84%-
HSV(B)279.31º38.41%59.22%-
XYZ18.8614.8931.16-
YUV110.97150.59142.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.93%
GREEN value IS 93 (36.72% from 255) = 24.8%
BLUE value IS 151 (59.38% from 255) = 40.27%
R=34.93%
G=24.8%
B=40.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal131931510.130.3800.41279.3123.7747.84
Hex835D97D260291171830
Octal20313522715460514273060
Binary100000111011101100101111101100110010100110001011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835D97; }

 p { color: rgb(131,93,151); }

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

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

 a { background-color: rgb(131,93,151); }

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

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

 span { border-color: rgb(131,93,151); }

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