#865097

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

Shades of Affair #865097

Tints of Affair #865097

Color information

#865097 (or 0x865097) is unknown color: approx Affair. HEX triplet: 86, 50 and 97. RGB value is (134,80,151). Sum of RGB (Red+Green+Blue) = 134+80+151=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 151 - color contains mainly: blue. Hex color #865097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865097 is #79AF68. Grayscale: #686868. Windows color (decimal): -7974761 or 9916550. OLE color: 9916550.

HSL color Cylindrical-coordinate representation of color #865097: hue angle of 285.63º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #865097 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13480151-
CMYK0.110.4700.41
HSL285.63º30.74%45.29%-
HSV(B)285.63º47.02%59.22%-
XYZ18.2913.0430.83-
YUV104.24154.39149.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 151 (59.38% from 255) = 41.37%
R=36.71%
G=21.92%
B=41.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134801510.110.4700.41285.6330.7445.29
Hex865097B2F02911e1f2d
Octal20612022713570514363755
Binary100001101010000100101111011101111010100110001111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865097; }

 p { color: rgb(134,80,151); }

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

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

 a { background-color: rgb(134,80,151); }

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

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

 span { border-color: rgb(134,80,151); }

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