#805893

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

Shades of Affair #805893

Tints of Affair #805893

Color information

#805893 (or 0x805893) is unknown color: approx Affair. HEX triplet: 80, 58 and 93. RGB value is (128,88,147). Sum of RGB (Red+Green+Blue) = 128+88+147=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #805893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805893 is #7FA76C. Grayscale: #6A6A6A. Windows color (decimal): -8365933 or 9656448. OLE color: 9656448.

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

Color convert

RGB12888147-
CMYK0.130.4000.42
HSL280.68º25.11%46.08%-
HSV(B)280.68º40.14%57.65%-
XYZ17.6613.6829.31-
YUV106.69150.75143.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 88 (34.77% from 255) = 24.24%
BLUE value IS 147 (57.81% from 255) = 40.50%
R=35.26%
G=24.24%
B=40.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128881470.130.4000.42280.6825.1146.08
Hex805893D2802A119192e
Octal20013022315500524313156
Binary100000001011000100100111101101000010101010001100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805893; }

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

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

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

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

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

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

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

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