#86509B

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

Shades of Affair #86509B

Tints of Affair #86509B

Color information

#86509B (or 0x86509B) is unknown color: approx Affair. HEX triplet: 86, 50 and 9B. RGB value is (134,80,155). Sum of RGB (Red+Green+Blue) = 134+80+155=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #86509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86509B is #79AF64. Grayscale: #686868. Windows color (decimal): -7974757 or 10178694. OLE color: 10178694.

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

Color convert

RGB13480155-
CMYK0.140.4800.39
HSL283.2º31.91%46.08%-
HSV(B)283.2º48.39%60.78%-
XYZ18.6213.1732.57-
YUV104.7156.39148.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.31%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 155 (60.94% from 255) = 42.01%
R=36.31%
G=21.68%
B=42.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134801550.140.4800.39283.231.9146.08
Hex86509BE3002711b202e
Octal20612023316600474334056
Binary1000011010100001001101111101100000100111100011011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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