#865696

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

Shades of Affair #865696

Tints of Affair #865696

Color information

#865696 (or 0x865696) is unknown color: approx Affair. HEX triplet: 86, 56 and 96. RGB value is (134,86,150). Sum of RGB (Red+Green+Blue) = 134+86+150=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 150 - color contains mainly: blue. Hex color #865696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865696 is #79A969. Grayscale: #6B6B6B. Windows color (decimal): -7973226 or 9852550. OLE color: 9852550.

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

Color convert

RGB13486150-
CMYK0.110.4300.41
HSL285º27.12%46.27%-
HSV(B)285º42.67%58.82%-
XYZ18.6613.9330.56-
YUV107.65151.9146.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 86 (33.98% from 255) = 23.24%
BLUE value IS 150 (58.98% from 255) = 40.54%
R=36.22%
G=23.24%
B=40.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134861500.110.4300.4128527.1246.27
Hex865696B2B02911d1b2e
Octal20612622613530514353356
Binary100001101010110100101101011101011010100110001110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865696; }

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

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

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

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

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

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

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

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