#865399

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

Shades of Affair #865399

Tints of Affair #865399

Color information

#865399 (or 0x865399) is unknown color: approx Affair. HEX triplet: 86, 53 and 99. RGB value is (134,83,153). Sum of RGB (Red+Green+Blue) = 134+83+153=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #865399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865399 is #79AC66. Grayscale: #696969. Windows color (decimal): -7973991 or 10048390. OLE color: 10048390.

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

Color convert

RGB13483153-
CMYK0.120.4600.4
HSL283.71º29.66%46.27%-
HSV(B)283.71º45.75%60%-
XYZ18.6713.5531.77-
YUV106.23154.4147.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 83 (32.81% from 255) = 22.43%
BLUE value IS 153 (60.16% from 255) = 41.35%
R=36.22%
G=22.43%
B=41.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal134831530.120.4600.4283.7129.6646.27
Hex865399C2E02811c1e2e
Octal20612323114560504343656
Binary100001101010011100110011100101110010100010001110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865399; }

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

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

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

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

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

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

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

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