#835092

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

Shades of Affair #835092

Tints of Affair #835092

Color information

#835092 (or 0x835092) is unknown color: approx Affair. HEX triplet: 83, 50 and 92. RGB value is (131,80,146). Sum of RGB (Red+Green+Blue) = 131+80+146=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 146 - color contains mainly: blue. Hex color #835092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835092 is #7CAF6D. Grayscale: #666666. Windows color (decimal): -8171374 or 9588867. OLE color: 9588867.

HSL color Cylindrical-coordinate representation of color #835092: hue angle of 286.36º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #835092 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13180146-
CMYK0.100.4500.43
HSL286.36º29.2%44.31%-
HSV(B)286.36º45.21%57.25%-
XYZ17.4212.6428.72-
YUV102.77152.4148.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.69%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 146 (57.42% from 255) = 40.90%
R=36.69%
G=22.41%
B=40.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131801460.100.4500.43286.3629.244.31
Hex835092A2D02B11e1d2c
Octal20312022212550534363554
Binary100000111010000100100101010101101010101110001111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835092; }

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

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

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

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

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

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

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

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