#865895

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

Shades of Affair #865895

Tints of Affair #865895

Color information

#865895 (or 0x865895) is unknown color: approx Affair. HEX triplet: 86, 58 and 95. RGB value is (134,88,149). Sum of RGB (Red+Green+Blue) = 134+88+149=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #865895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865895 is #79A76A. Grayscale: #6C6C6C. Windows color (decimal): -7972715 or 9787526. OLE color: 9787526.

HSL color Cylindrical-coordinate representation of color #865895: hue angle of 285.25º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #865895 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13488149-
CMYK0.100.4100.42
HSL285.25º25.74%46.47%-
HSV(B)285.25º40.94%58.43%-
XYZ18.7514.2230.19-
YUV108.71150.74146.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=36.12%
G=23.72%
B=40.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134881490.100.4100.42285.2525.7446.47
Hex865895A2902A11d1a2e
Octal20613022512510524353256
Binary100001101011000100101011010101001010101010001110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865895; }

 p { color: rgb(134,88,149); }

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

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

 a { background-color: rgb(134,88,149); }

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

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

 span { border-color: rgb(134,88,149); }

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