#835893

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

Shades of Affair #835893

Tints of Affair #835893

Color information

#835893 (or 0x835893) is unknown color: approx Affair. HEX triplet: 83, 58 and 93. RGB value is (131,88,147). Sum of RGB (Red+Green+Blue) = 131+88+147=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #835893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835893 is #7CA76C. Grayscale: #6B6B6B. Windows color (decimal): -8169325 or 9656451. OLE color: 9656451.

HSL color Cylindrical-coordinate representation of color #835893: hue angle of 283.73º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #835893 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13188147-
CMYK0.110.4000.42
HSL283.73º25.11%46.08%-
HSV(B)283.73º40.14%57.65%-
XYZ18.1213.9129.33-
YUV107.58150.25144.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.79%
GREEN value IS 88 (34.77% from 255) = 24.04%
BLUE value IS 147 (57.81% from 255) = 40.16%
R=35.79%
G=24.04%
B=40.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131881470.110.4000.42283.7325.1146.08
Hex835893B2802A11c192e
Octal20313022313500524343156
Binary100000111011000100100111011101000010101010001110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835893; }

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

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

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

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

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

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

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

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