#865199

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

Shades of Affair #865199

Tints of Affair #865199

Color information

#865199 (or 0x865199) is unknown color: approx Affair. HEX triplet: 86, 51 and 99. RGB value is (134,81,153). Sum of RGB (Red+Green+Blue) = 134+81+153=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #865199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865199 is #79AE66. Grayscale: #686868. Windows color (decimal): -7974503 or 10047878. OLE color: 10047878.

HSL color Cylindrical-coordinate representation of color #865199: hue angle of 284.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #865199 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13481153-
CMYK0.120.4700.4
HSL284.17º30.77%45.88%-
HSV(B)284.17º47.06%60%-
XYZ18.5213.2531.72-
YUV105.06155.06148.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 153 (60.16% from 255) = 41.58%
R=36.41%
G=22.01%
B=41.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal134811530.120.4700.4284.1730.7745.88
Hex865199C2F02811c1f2e
Octal20612123114570504343756
Binary100001101010001100110011100101111010100010001110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865199; }

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

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

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

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

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

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

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

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