#835892

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

Shades of Affair #835892

Tints of Affair #835892

Color information

#835892 (or 0x835892) is unknown color: approx Affair. HEX triplet: 83, 58 and 92. RGB value is (131,88,146). Sum of RGB (Red+Green+Blue) = 131+88+146=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #835892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835892 is #7CA76D. Grayscale: #6B6B6B. Windows color (decimal): -8169326 or 9590915. OLE color: 9590915.

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

Color convert

RGB13188146-
CMYK0.100.4000.43
HSL284.48º24.79%45.88%-
HSV(B)284.48º39.73%57.25%-
XYZ18.0413.8828.92-
YUV107.47149.75144.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.89%
GREEN value IS 88 (34.77% from 255) = 24.11%
BLUE value IS 146 (57.42% from 255) = 40%
R=35.89%
G=24.11%
B=40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131881460.100.4000.43284.4824.7945.88
Hex835892A2802B11c192e
Octal20313022212500534343156
Binary100000111011000100100101010101000010101110001110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835892; }

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

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

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

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

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

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

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

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