#83568D

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

Shades of Affair #83568D

Tints of Affair #83568D

Color information

#83568D (or 0x83568D) is unknown color: approx Affair. HEX triplet: 83, 56 and 8D. RGB value is (131,86,141). Sum of RGB (Red+Green+Blue) = 131+86+141=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #83568D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83568D is #7CA972. Grayscale: #696969. Windows color (decimal): -8169843 or 9262723. OLE color: 9262723.

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

Color convert

RGB13186141-
CMYK0.070.3900.45
HSL289.09º24.23%44.51%-
HSV(B)289.09º39.01%55.29%-
XYZ17.513.426.86-
YUV105.72147.91146.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.59%
GREEN value IS 86 (33.98% from 255) = 24.02%
BLUE value IS 141 (55.47% from 255) = 39.39%
R=36.59%
G=24.02%
B=39.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131861410.070.3900.45289.0924.2344.51
Hex83568D72702D121182d
Octal2031262157470554413055
Binary10000011101011010001101111100111010110110010000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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