#86599A

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

Shades of Affair #86599A

Tints of Affair #86599A

Color information

#86599A (or 0x86599A) is unknown color: approx Affair. HEX triplet: 86, 59 and 9A. RGB value is (134,89,154). Sum of RGB (Red+Green+Blue) = 134+89+154=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #86599A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86599A is #79A665. Grayscale: #6D6D6D. Windows color (decimal): -7972454 or 10115462. OLE color: 10115462.

HSL color Cylindrical-coordinate representation of color #86599A: hue angle of 281.54º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86599A is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13489154-
CMYK0.130.4200.40
HSL281.54º26.75%47.65%-
HSV(B)281.54º42.21%60.39%-
XYZ19.2414.5532.37-
YUV109.86152.91145.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.54%
GREEN value IS 89 (35.16% from 255) = 23.61%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=35.54%
G=23.61%
B=40.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal134891540.130.4200.40281.5426.7547.65
Hex86599AD2A02811a1b30
Octal20613123215520504323360
Binary100001101011001100110101101101010010100010001101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86599A; }

 p { color: rgb(134,89,154); }

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

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

 a { background-color: rgb(134,89,154); }

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

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

 span { border-color: rgb(134,89,154); }

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