#865196

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

Shades of Affair #865196

Tints of Affair #865196

Color information

#865196 (or 0x865196) is unknown color: approx Affair. HEX triplet: 86, 51 and 96. RGB value is (134,81,150). Sum of RGB (Red+Green+Blue) = 134+81+150=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 150 - color contains mainly: blue. Hex color #865196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865196 is #79AE69. Grayscale: #686868. Windows color (decimal): -7974506 or 9851270. OLE color: 9851270.

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

Color convert

RGB13481150-
CMYK0.110.4600.41
HSL286.09º29.87%45.29%-
HSV(B)286.09º46%58.82%-
XYZ18.2813.1630.43-
YUV104.71153.56148.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 81 (32.03% from 255) = 22.19%
BLUE value IS 150 (58.98% from 255) = 41.10%
R=36.71%
G=22.19%
B=41.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134811500.110.4600.41286.0929.8745.29
Hex865196B2E02911e1e2d
Octal20612122613560514363655
Binary100001101010001100101101011101110010100110001111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865196; }

 p { color: rgb(134,81,150); }

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

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

 a { background-color: rgb(134,81,150); }

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

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

 span { border-color: rgb(134,81,150); }

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