#83548e

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

Shades of Affair #83548E

Tints of Affair #83548E

Color information

#83548E (or 0x83548E) is unknown color: approx Affair. HEX triplet: 83, 54 and 8E. RGB value is (131,84,142). Sum of RGB (Red+Green+Blue) = 131+84+142=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #83548E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83548E is #7CAB71. Grayscale: #686868. Windows color (decimal): -8170354 or 9327747. OLE color: 9327747.

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

Color convert

RGB13184142-
CMYK0.080.4100.44
HSL288.62º25.66%44.31%-
HSV(B)288.62º40.85%55.69%-
XYZ17.4113.1227.21-
YUV104.66149.07146.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.69%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 142 (55.86% from 255) = 39.78%
R=36.69%
G=23.53%
B=39.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131841420.080.4100.44288.6225.6644.31
Hex83548E82902C1211a2c
Octal20312421610510544413254
Binary100000111010100100011101000101001010110010010000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83548e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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