#83548D

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

Shades of Affair #83548D

Tints of Affair #83548D

Color information

#83548D (or 0x83548D) is unknown color: approx Affair. HEX triplet: 83, 54 and 8D. RGB value is (131,84,141). Sum of RGB (Red+Green+Blue) = 131+84+141=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 141 - color contains mainly: blue. Hex color #83548D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83548D is #7CAB72. Grayscale: #686868. Windows color (decimal): -8170355 or 9262211. OLE color: 9262211.

HSL color Cylindrical-coordinate representation of color #83548D: hue angle of 289.47º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83548D is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13184141-
CMYK0.070.4000.45
HSL289.47º25.33%44.12%-
HSV(B)289.47º40.43%55.29%-
XYZ17.3413.0926.81-
YUV104.55148.57146.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.80%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 141 (55.47% from 255) = 39.61%
R=36.80%
G=23.60%
B=39.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131841410.070.4000.45289.4725.3344.12
Hex83548D72802D121192c
Octal2031242157500554413154
Binary10000011101010010001101111101000010110110010000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83548D; }

 p { color: rgb(131,84,141); }

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

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

 a { background-color: rgb(131,84,141); }

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

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

 span { border-color: rgb(131,84,141); }

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