#83508E

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

Shades of Affair #83508E

Tints of Affair #83508E

Color information

#83508E (or 0x83508E) is unknown color: approx Affair. HEX triplet: 83, 50 and 8E. RGB value is (131,80,142). Sum of RGB (Red+Green+Blue) = 131+80+142=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 142 - color contains mainly: blue. Hex color #83508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83508E is #7CAF71. Grayscale: #666666. Windows color (decimal): -8171378 or 9326723. OLE color: 9326723.

HSL color Cylindrical-coordinate representation of color #83508E: hue angle of 289.35º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83508E is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13180142-
CMYK0.080.4400.44
HSL289.35º27.93%43.53%-
HSV(B)289.35º43.66%55.69%-
XYZ17.1112.5227.11-
YUV102.32150.4148.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.11%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 142 (55.86% from 255) = 40.23%
R=37.11%
G=22.66%
B=40.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131801420.080.4400.44289.3527.9343.53
Hex83508E82C02C1211c2c
Octal20312021610540544413454
Binary100000111010000100011101000101100010110010010000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83508E; }

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

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

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

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

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

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

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

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