#805594

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

Shades of Affair #805594

Tints of Affair #805594

Color information

#805594 (or 0x805594) is unknown color: approx Affair. HEX triplet: 80, 55 and 94. RGB value is (128,85,148). Sum of RGB (Red+Green+Blue) = 128+85+148=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 148 - color contains mainly: blue. Hex color #805594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805594 is #7FAA6B. Grayscale: #686868. Windows color (decimal): -8366700 or 9721216. OLE color: 9721216.

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

Color convert

RGB12885148-
CMYK0.140.4300.42
HSL280.95º27.04%45.69%-
HSV(B)280.95º42.57%58.04%-
XYZ17.513.2229.65-
YUV105.04152.25144.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.46%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 148 (58.20% from 255) = 41.00%
R=35.46%
G=23.55%
B=41.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128851480.140.4300.42280.9527.0445.69
Hex805594E2B02A1191b2e
Octal20012522416530524313356
Binary100000001010101100101001110101011010101010001100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805594; }

 p { color: rgb(128,85,148); }

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

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

 a { background-color: rgb(128,85,148); }

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

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

 span { border-color: rgb(128,85,148); }

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