#805095

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

Shades of Affair #805095

Tints of Affair #805095

Color information

#805095 (or 0x805095) is unknown color: approx Affair. HEX triplet: 80, 50 and 95. RGB value is (128,80,149). Sum of RGB (Red+Green+Blue) = 128+80+149=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #805095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805095 is #7FAF6A. Grayscale: #656565. Windows color (decimal): -8367979 or 9785472. OLE color: 9785472.

HSL color Cylindrical-coordinate representation of color #805095: hue angle of 281.74º 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 #805095 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12880149-
CMYK0.140.4600.42
HSL281.74º30.13%44.9%-
HSV(B)281.74º46.31%58.43%-
XYZ17.212.529.94-
YUV102.22154.4146.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 149 (58.59% from 255) = 41.74%
R=35.85%
G=22.41%
B=41.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128801490.140.4600.42281.7430.1344.9
Hex805095E2E02A11a1e2d
Octal20012022516560524323655
Binary100000001010000100101011110101110010101010001101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805095; }

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

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

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

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

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

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

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

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