#83509B

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

Shades of Affair #83509B

Tints of Affair #83509B

Color information

#83509B (or 0x83509B) is unknown color: approx Affair. HEX triplet: 83, 50 and 9B. RGB value is (131,80,155). Sum of RGB (Red+Green+Blue) = 131+80+155=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #83509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83509B is #7CAF64. Grayscale: #676767. Windows color (decimal): -8171365 or 10178691. OLE color: 10178691.

HSL color Cylindrical-coordinate representation of color #83509B: hue angle of 280.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83509B is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13180155-
CMYK0.150.4800.39
HSL280.8º31.91%46.08%-
HSV(B)280.8º48.39%60.78%-
XYZ18.1512.9332.55-
YUV103.8156.9147.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.79%
GREEN value IS 80 (31.64% from 255) = 21.86%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=35.79%
G=21.86%
B=42.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131801550.150.4800.39280.831.9146.08
Hex83509BF30027119202e
Octal20312023317600474314056
Binary1000001110100001001101111111100000100111100011001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83509B; }

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

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

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

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

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

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

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

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