#86589B

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

Shades of Affair #86589B

Tints of Affair #86589B

Color information

#86589B (or 0x86589B) is unknown color: approx Affair. HEX triplet: 86, 58 and 9B. RGB value is (134,88,155). Sum of RGB (Red+Green+Blue) = 134+88+155=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #86589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86589B is #79A764. Grayscale: #6D6D6D. Windows color (decimal): -7972709 or 10180742. OLE color: 10180742.

HSL color Cylindrical-coordinate representation of color #86589B: hue angle of 281.19º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86589B is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13488155-
CMYK0.140.4300.39
HSL281.19º27.57%47.65%-
HSV(B)281.19º43.23%60.78%-
XYZ19.2414.4132.78-
YUV109.39153.74145.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.54%
GREEN value IS 88 (34.77% from 255) = 23.34%
BLUE value IS 155 (60.94% from 255) = 41.11%
R=35.54%
G=23.34%
B=41.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134881550.140.4300.39281.1927.5747.65
Hex86589BE2B0271191c30
Octal20613023316530474313460
Binary100001101011000100110111110101011010011110001100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86589B; }

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

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

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

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

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

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

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

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