#865095

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

Shades of Affair #865095

Tints of Affair #865095

Color information

#865095 (or 0x865095) is unknown color: approx Affair. HEX triplet: 86, 50 and 95. RGB value is (134,80,149). Sum of RGB (Red+Green+Blue) = 134+80+149=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #865095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865095 is #79AF6A. Grayscale: #676767. Windows color (decimal): -7974763 or 9785478. OLE color: 9785478.

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

Color convert

RGB13480149-
CMYK0.100.4600.42
HSL286.96º30.13%44.9%-
HSV(B)286.96º46.31%58.43%-
XYZ18.1212.9829.98-
YUV104.01153.39149.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 80 (31.64% from 255) = 22.04%
BLUE value IS 149 (58.59% from 255) = 41.05%
R=36.91%
G=22.04%
B=41.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134801490.100.4600.42286.9630.1344.9
Hex865095A2E02A11f1e2d
Octal20612022512560524373655
Binary100001101010000100101011010101110010101010001111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865095; }

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

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

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

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

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

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

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

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