#835299

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

Shades of Affair #835299

Tints of Affair #835299

Color information

#835299 (or 0x835299) is unknown color: approx Affair. HEX triplet: 83, 52 and 99. RGB value is (131,82,153). Sum of RGB (Red+Green+Blue) = 131+82+153=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #835299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835299 is #7CAD66. Grayscale: #686868. Windows color (decimal): -8170855 or 10048131. OLE color: 10048131.

HSL color Cylindrical-coordinate representation of color #835299: hue angle of 281.41º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #835299 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13182153-
CMYK0.140.4600.4
HSL281.41º30.21%46.08%-
HSV(B)281.41º46.41%60%-
XYZ18.1313.1631.72-
YUV104.74155.23146.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.79%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 153 (60.16% from 255) = 41.80%
R=35.79%
G=22.40%
B=41.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal131821530.140.4600.4281.4130.2146.08
Hex835299E2E0281191e2e
Octal20312223116560504313656
Binary100000111010010100110011110101110010100010001100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835299; }

 p { color: rgb(131,82,153); }

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

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

 a { background-color: rgb(131,82,153); }

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

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

 span { border-color: rgb(131,82,153); }

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