#835C92

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

Shades of Affair #835C92

Tints of Affair #835C92

Color information

#835C92 (or 0x835C92) is unknown color: approx Affair. HEX triplet: 83, 5C and 92. RGB value is (131,92,146). Sum of RGB (Red+Green+Blue) = 131+92+146=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 146 - color contains mainly: blue. Hex color #835C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835C92 is #7CA36D. Grayscale: #6D6D6D. Windows color (decimal): -8168302 or 9591939. OLE color: 9591939.

HSL color Cylindrical-coordinate representation of color #835C92: hue angle of 283.33º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #835C92 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13192146-
CMYK0.100.3700.43
HSL283.33º22.69%46.67%-
HSV(B)283.33º36.99%57.25%-
XYZ18.3814.5529.04-
YUV109.82148.42143.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.50%
GREEN value IS 92 (36.33% from 255) = 24.93%
BLUE value IS 146 (57.42% from 255) = 39.57%
R=35.50%
G=24.93%
B=39.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131921460.100.3700.43283.3322.6946.67
Hex835C92A2502B11b172f
Octal20313422212450534332757
Binary100000111011100100100101010100101010101110001101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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