#865B94

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

Shades of Affair #865B94

Tints of Affair #865B94

Color information

#865B94 (or 0x865B94) is unknown color: approx Affair. HEX triplet: 86, 5B and 94. RGB value is (134,91,148). Sum of RGB (Red+Green+Blue) = 134+91+148=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 148 - color contains mainly: blue. Hex color #865B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865B94 is #79A46B. Grayscale: #6E6E6E. Windows color (decimal): -7971948 or 9722758. OLE color: 9722758.

HSL color Cylindrical-coordinate representation of color #865B94: hue angle of 285.26º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #865B94 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13491148-
CMYK0.090.3900.42
HSL285.26º23.85%46.86%-
HSV(B)285.26º38.51%58.04%-
XYZ18.9214.6929.86-
YUV110.35149.25144.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 91 (35.94% from 255) = 24.40%
BLUE value IS 148 (58.20% from 255) = 39.68%
R=35.92%
G=24.40%
B=39.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134911480.090.3900.42285.2623.8546.86
Hex865B9492702A11d182f
Octal20613322411470524353057
Binary100001101011011100101001001100111010101010001110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865B94; }

 p { color: rgb(134,91,148); }

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

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

 a { background-color: rgb(134,91,148); }

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

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

 span { border-color: rgb(134,91,148); }

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