#836093

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

Shades of Affair #836093

Tints of Affair #836093

Color information

#836093 (or 0x836093) is unknown color: approx Affair. HEX triplet: 83, 60 and 93. RGB value is (131,96,147). Sum of RGB (Red+Green+Blue) = 131+96+147=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 147 - color contains mainly: blue. Hex color #836093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836093 is #7C9F6C. Grayscale: #707070. Windows color (decimal): -8167277 or 9658499. OLE color: 9658499.

HSL color Cylindrical-coordinate representation of color #836093: hue angle of 281.18º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #836093 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13196147-
CMYK0.110.3500.42
HSL281.18º20.99%47.65%-
HSV(B)281.18º34.69%57.65%-
XYZ18.8115.329.57-
YUV112.28147.6141.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.03%
GREEN value IS 96 (37.89% from 255) = 25.67%
BLUE value IS 147 (57.81% from 255) = 39.30%
R=35.03%
G=25.67%
B=39.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131961470.110.3500.42281.1820.9947.65
Hex836093B2302A1191530
Octal20314022313430524312560
Binary100000111100000100100111011100011010101010001100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836093; }

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

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

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

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

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

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

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

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