#86509A

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

Shades of Affair #86509A

Tints of Affair #86509A

Color information

#86509A (or 0x86509A) is unknown color: approx Affair. HEX triplet: 86, 50 and 9A. RGB value is (134,80,154). Sum of RGB (Red+Green+Blue) = 134+80+154=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #86509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86509A is #79AF65. Grayscale: #686868. Windows color (decimal): -7974758 or 10113158. OLE color: 10113158.

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

Color convert

RGB13480154-
CMYK0.130.4800.40
HSL283.78º31.62%45.88%-
HSV(B)283.78º48.05%60.39%-
XYZ18.5313.1432.13-
YUV104.58155.89148.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 154 (60.55% from 255) = 41.85%
R=36.41%
G=21.74%
B=41.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal134801540.130.4800.40283.7831.6245.88
Hex86509AD3002811c202e
Octal20612023215600504344056
Binary1000011010100001001101011011100000101000100011100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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