#83598F

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

Shades of Affair #83598F

Tints of Affair #83598F

Color information

#83598F (or 0x83598F) is unknown color: approx Affair. HEX triplet: 83, 59 and 8F. RGB value is (131,89,143). Sum of RGB (Red+Green+Blue) = 131+89+143=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 143 - color contains mainly: blue. Hex color #83598F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83598F is #7CA670. Grayscale: #6B6B6B. Windows color (decimal): -8169073 or 9394563. OLE color: 9394563.

HSL color Cylindrical-coordinate representation of color #83598F: hue angle of 286.67º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83598F is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13189143-
CMYK0.080.3800.44
HSL286.67º23.28%45.49%-
HSV(B)286.67º37.76%56.08%-
XYZ17.8913.9527.74-
YUV107.71147.91144.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.09%
GREEN value IS 89 (35.16% from 255) = 24.52%
BLUE value IS 143 (56.25% from 255) = 39.39%
R=36.09%
G=24.52%
B=39.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131891430.080.3800.44286.6723.2845.49
Hex83598F82602C11f172d
Octal20313121710460544372755
Binary100000111011001100011111000100110010110010001111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83598F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83598F; }

 p { color: rgb(131,89,143); }

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

<style>
 a { background-color: #83598F; }

 a { background-color: rgb(131,89,143); }

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

<style>
 span { border-color: #83598F; }

 span { border-color: rgb(131,89,143); }

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