#865598

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

Shades of Affair #865598

Tints of Affair #865598

Color information

#865598 (or 0x865598) is unknown color: approx Affair. HEX triplet: 86, 55 and 98. RGB value is (134,85,152). Sum of RGB (Red+Green+Blue) = 134+85+152=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #865598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865598 is #79AA67. Grayscale: #6B6B6B. Windows color (decimal): -7973480 or 9983366. OLE color: 9983366.

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

Color convert

RGB13485152-
CMYK0.120.4400.40
HSL283.88º28.27%46.47%-
HSV(B)283.88º44.08%59.61%-
XYZ18.7513.8331.39-
YUV107.29153.23147.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 152 (59.77% from 255) = 40.97%
R=36.12%
G=22.91%
B=40.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal134851520.120.4400.40283.8828.2746.47
Hex865598C2C02811c1c2e
Octal20612523014540504343456
Binary100001101010101100110001100101100010100010001110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865598; }

 p { color: rgb(134,85,152); }

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

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

 a { background-color: rgb(134,85,152); }

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

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

 span { border-color: rgb(134,85,152); }

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