#805993

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

Shades of Affair #805993

Tints of Affair #805993

Color information

#805993 (or 0x805993) is unknown color: approx Affair. HEX triplet: 80, 59 and 93. RGB value is (128,89,147). Sum of RGB (Red+Green+Blue) = 128+89+147=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #805993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805993 is #7FA66C. Grayscale: #6B6B6B. Windows color (decimal): -8365677 or 9656704. OLE color: 9656704.

HSL color Cylindrical-coordinate representation of color #805993: hue angle of 280.34º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #805993 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12889147-
CMYK0.130.3900.42
HSL280.34º24.58%46.27%-
HSV(B)280.34º39.46%57.65%-
XYZ17.7413.8429.34-
YUV107.27150.42142.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.16%
GREEN value IS 89 (35.16% from 255) = 24.45%
BLUE value IS 147 (57.81% from 255) = 40.38%
R=35.16%
G=24.45%
B=40.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128891470.130.3900.42280.3424.5846.27
Hex805993D2702A118192e
Octal20013122315470524303156
Binary100000001011001100100111101100111010101010001100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805993; }

 p { color: rgb(128,89,147); }

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

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

 a { background-color: rgb(128,89,147); }

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

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

 span { border-color: rgb(128,89,147); }

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