#805093

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

Shades of Affair #805093

Tints of Affair #805093

Color information

#805093 (or 0x805093) is unknown color: approx Affair. HEX triplet: 80, 50 and 93. RGB value is (128,80,147). Sum of RGB (Red+Green+Blue) = 128+80+147=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #805093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805093 is #7FAF6C. Grayscale: #656565. Windows color (decimal): -8367981 or 9654400. OLE color: 9654400.

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

Color convert

RGB12880147-
CMYK0.130.4600.42
HSL282.99º29.52%44.51%-
HSV(B)282.99º45.58%57.65%-
XYZ17.0412.4329.11-
YUV101.99153.4146.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.06%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=36.06%
G=22.54%
B=41.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128801470.130.4600.42282.9929.5244.51
Hex805093D2E02A11b1e2d
Octal20012022315560524333655
Binary100000001010000100100111101101110010101010001101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805093; }

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

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

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

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

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

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

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

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