#805092

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

Shades of Affair #805092

Tints of Affair #805092

Color information

#805092 (or 0x805092) is unknown color: approx Affair. HEX triplet: 80, 50 and 92. RGB value is (128,80,146). Sum of RGB (Red+Green+Blue) = 128+80+146=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 146 - color contains mainly: blue. Hex color #805092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805092 is #7FAF6D. Grayscale: #656565. Windows color (decimal): -8367982 or 9588864. OLE color: 9588864.

HSL color Cylindrical-coordinate representation of color #805092: hue angle of 283.64º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #805092 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12880146-
CMYK0.120.4500.43
HSL283.64º29.2%44.31%-
HSV(B)283.64º45.21%57.25%-
XYZ16.9612.428.69-
YUV101.88152.9146.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 80 (31.64% from 255) = 22.60%
BLUE value IS 146 (57.42% from 255) = 41.24%
R=36.16%
G=22.60%
B=41.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal128801460.120.4500.43283.6429.244.31
Hex805092C2D02B11c1d2c
Octal20012022214550534343554
Binary100000001010000100100101100101101010101110001110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805092; }

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

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

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

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

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

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

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

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