#83509A

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

Shades of Affair #83509A

Tints of Affair #83509A

Color information

#83509A (or 0x83509A) is unknown color: approx Affair. HEX triplet: 83, 50 and 9A. RGB value is (131,80,154). Sum of RGB (Red+Green+Blue) = 131+80+154=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #83509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83509A is #7CAF65. Grayscale: #676767. Windows color (decimal): -8171366 or 10113155. OLE color: 10113155.

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

Color convert

RGB13180154-
CMYK0.150.4800.40
HSL281.35º31.62%45.88%-
HSV(B)281.35º48.05%60.39%-
XYZ18.0612.932.11-
YUV103.68156.4147.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.89%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 154 (60.55% from 255) = 42.19%
R=35.89%
G=21.92%
B=42.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131801540.150.4800.40281.3531.6245.88
Hex83509AF30028119202e
Octal20312023217600504314056
Binary1000001110100001001101011111100000101000100011001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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